Html Css Color HEX #C1BB2A Barberry

📋 copy color: '#C1BB2A'

red 193 ◦ green 187 ◦ blue 42

#C1BB2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #C1BB2A

Tints of Barberry #C1BB2A

RGB

 RED value IS 193 (75.78% from 255) = 45.73%

 GREEN value IS 187 (73.44% from 255) = 44.31%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 45.73%
G = 44.31%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C1BB2A (or 0xC1BB2A) is known color: Barberry. HEX triplet: C1, BB and 2A. RGB value is (193,187,42). Sum of RGB (Red+Green+Blue) = 193+187+42=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BB2A is #3E44D5. Grayscale: #ACACAC. Windows color (decimal): -4080854 or 2800577. OLE color: 2800577.

HSL color Cylindrical-coordinate representation of color #C1BB2A: hue angle of 57.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1BB2A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 187 42 -
CMYK 0 0.03 0.78 0.24
HSL 57.62º 0.64% 0.46% -
HSV(B) 57.62º 0.78% 0.76% -
XYZ 40.18 47.05 9.15 -
YUV 172.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 193 187 42 0 0.03 0.78 0.24 57.62 0.64 0.46
Hex C1 BB 2A 0 3 4E 18 3A 40 2E
Octal 301 273 52 0 3 116 30 72 100 56
Binary 11000001 10111011 101010 0 11 1001110 11000 111010 1000000 101110

Color Harmonies of #C1BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB2A

Black with #C1BB2A

Text Example


Text Example

White with #C1BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB2A; }

 p { color: rgb(193,187,42); }

 H1.HeaderClassName
 {
   color: #C1BB2A;
 }
 .AnyTagClassName
 {
   color: #C1BB2A;
 }
</style>

background-color css

<style>
 a { background-color: #C1BB2A; }

 a { background-color: rgb(193,187,42); }

 div.DivClassName
 {
   background-color: #C1BB2A;
 }
 .BgClassName
 {
   background-color: #C1BB2A;
 }
</style>

border-color css

<style>
 span { border-color: #C1BB2A; }

 span { border-color: rgb(193,187,42); }

 td.TdClassName
 {
   border-color: #C1BB2A;
 }
 .TagClassName
 {
   border-color: #C1BB2A;
 }
</style>