Html Css Color HEX #C8B527 Barberry

📋 copy color: '#C8B527'

red 200 ◦ green 181 ◦ blue 39

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

Shades of Barberry #C8B527

Tints of Barberry #C8B527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 47.62%
G = 43.1%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8B527 (or 0xC8B527) is known color: Barberry. HEX triplet: C8, B5 and 27. RGB value is (200,181,39). Sum of RGB (Red+Green+Blue) = 200+181+39=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B527 is #374AD8. Grayscale: #ABABAB. Windows color (decimal): -3623641 or 2602440. OLE color: 2602440.

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

Color convert

RGB 200 181 39 -
CMYK 0 0.09 0.80 0.22
HSL 52.92º 0.67% 0.47% -
HSV(B) 52.92º 0.81% 0.78% -
XYZ 40.71 45.47 8.55 -
YUV 170.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 200 181 39 0 0.09 0.80 0.22 52.92 0.67 0.47
Hex C8 B5 27 0 9 50 16 35 43 2F
Octal 310 265 47 0 11 120 26 65 103 57
Binary 11001000 10110101 100111 0 1001 1010000 10110 110101 1000011 101111

Color Harmonies of #C8B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B527

Black with #C8B527

Text Example


Text Example

White with #C8B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B527; }

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

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

background-color css

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

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

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

border-color css

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

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

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