Html Css Color HEX #C8BB28 Barberry

📋 copy color: '#C8BB28'

red 200 ◦ green 187 ◦ blue 40

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

Shades of Barberry #C8BB28

Tints of Barberry #C8BB28

RGB

 RED value IS 200 (78.52% from 255) = 46.84%

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

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 46.84%
G = 43.79%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8BB28 (or 0xC8BB28) is known color: Barberry. HEX triplet: C8, BB and 28. RGB value is (200,187,40). Sum of RGB (Red+Green+Blue) = 200+187+40=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB28 is #3744D7. Grayscale: #AEAEAE. Windows color (decimal): -3622104 or 2669512. OLE color: 2669512.

HSL color Cylindrical-coordinate representation of color #C8BB28: hue angle of 55.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8BB28 is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 187 40 -
CMYK 0 0.06 0.8 0.22
HSL 55.13º 0.67% 0.47% -
HSV(B) 55.13º 0.8% 0.78% -
XYZ 41.97 47.97 9.06 -
YUV 174.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 200 187 40 0 0.06 0.8 0.22 55.13 0.67 0.47
Hex C8 BB 28 0 6 50 16 37 43 2F
Octal 310 273 50 0 6 120 26 67 103 57
Binary 11001000 10111011 101000 0 110 1010000 10110 110111 1000011 101111

Color Harmonies of #C8BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB28

Black with #C8BB28

Text Example


Text Example

White with #C8BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB28; }

 p { color: rgb(200,187,40); }

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

background-color css

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

 a { background-color: rgb(200,187,40); }

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

border-color css

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

 span { border-color: rgb(200,187,40); }

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