Html Css Color HEX #C8BD27 Barberry

📋 copy color: '#C8BD27'

red 200 ◦ green 189 ◦ blue 39

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

Shades of Barberry #C8BD27

Tints of Barberry #C8BD27

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 39 (15.63% from 255) = 9.11%

R = 46.73%
G = 44.16%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8BD27 (or 0xC8BD27) is known color: Barberry. HEX triplet: C8, BD and 27. RGB value is (200,189,39). Sum of RGB (Red+Green+Blue) = 200+189+39=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD27 is #3742D8. Grayscale: #AFAFAF. Windows color (decimal): -3621593 or 2604488. OLE color: 2604488.

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

Color convert

RGB 200 189 39 -
CMYK 0 0.06 0.80 0.22
HSL 55.9º 0.67% 0.47% -
HSV(B) 55.9º 0.81% 0.78% -
XYZ 42.38 48.82 9.11 -
YUV 175.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 200 189 39 0 0.06 0.80 0.22 55.9 0.67 0.47
Hex C8 BD 27 0 6 50 16 38 43 2F
Octal 310 275 47 0 6 120 26 70 103 57
Binary 11001000 10111101 100111 0 110 1010000 10110 111000 1000011 101111

Color Harmonies of #C8BD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD27

Black with #C8BD27

Text Example


Text Example

White with #C8BD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD27; }

 p { color: rgb(200,189,39); }

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

background-color css

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

 a { background-color: rgb(200,189,39); }

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

border-color css

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

 span { border-color: rgb(200,189,39); }

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