Html Css Color HEX #C8BA29 Barberry

📋 copy color: '#C8BA29'

red 200 ◦ green 186 ◦ blue 41

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

Shades of Barberry #C8BA29

Tints of Barberry #C8BA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 46.84%
G = 43.56%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8BA29 (or 0xC8BA29) is known color: Barberry. HEX triplet: C8, BA and 29. RGB value is (200,186,41). Sum of RGB (Red+Green+Blue) = 200+186+41=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA29 is #3745D6. Grayscale: #AEAEAE. Windows color (decimal): -3622359 or 2734792. OLE color: 2734792.

HSL color Cylindrical-coordinate representation of color #C8BA29: hue angle of 54.72º degrees, saturation: 0.66, 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 #C8BA29 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 41 -
CMYK 0 0.07 0.80 0.22
HSL 54.72º 0.66% 0.47% -
HSV(B) 54.72º 0.8% 0.78% -
XYZ 41.78 47.56 9.08 -
YUV 173.66 53.14 146.79 -
System Red Green Blue C M Y K H S L
Decimal 200 186 41 0 0.07 0.80 0.22 54.72 0.66 0.47
Hex C8 BA 29 0 7 50 16 37 42 2F
Octal 310 272 51 0 7 120 26 67 102 57
Binary 11001000 10111010 101001 0 111 1010000 10110 110111 1000010 101111

Color Harmonies of #C8BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA29

Black with #C8BA29

Text Example


Text Example

White with #C8BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA29; }

 p { color: rgb(200,186,41); }

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

background-color css

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

 a { background-color: rgb(200,186,41); }

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

border-color css

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

 span { border-color: rgb(200,186,41); }

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