Html Css Color HEX #C8BC27 Barberry

📋 copy color: '#C8BC27'

red 200 ◦ green 188 ◦ blue 39

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

Shades of Barberry #C8BC27

Tints of Barberry #C8BC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

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

R = 46.84%
G = 44.03%
B = 9.13%

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

#C8BC27 (or 0xC8BC27) is known color: Barberry. HEX triplet: C8, BC and 27. RGB value is (200,188,39). Sum of RGB (Red+Green+Blue) = 200+188+39=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC27 is #3743D8. Grayscale: #AFAFAF. Windows color (decimal): -3621849 or 2604232. OLE color: 2604232.

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

Color convert

RGB 200 188 39 -
CMYK 0 0.06 0.80 0.22
HSL 55.53º 0.67% 0.47% -
HSV(B) 55.53º 0.81% 0.78% -
XYZ 42.17 48.39 9.04 -
YUV 174.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 200 188 39 0 0.06 0.80 0.22 55.53 0.67 0.47
Hex C8 BC 27 0 6 50 16 38 43 2F
Octal 310 274 47 0 6 120 26 70 103 57
Binary 11001000 10111100 100111 0 110 1010000 10110 111000 1000011 101111

Color Harmonies of #C8BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC27

Black with #C8BC27

Text Example


Text Example

White with #C8BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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