Html Css Color HEX #C8BC23 Barberry

📋 copy color: '#C8BC23'

red 200 ◦ green 188 ◦ blue 35

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

Shades of Barberry #C8BC23

Tints of Barberry #C8BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.27%

R = 47.28%
G = 44.44%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8BC23 (or 0xC8BC23) is known color: Barberry. HEX triplet: C8, BC and 23. RGB value is (200,188,35). Sum of RGB (Red+Green+Blue) = 200+188+35=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC23 is #3743DC. Grayscale: #AEAEAE. Windows color (decimal): -3621853 or 2342088. OLE color: 2342088.

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

Color convert

RGB 200 188 35 -
CMYK 0 0.06 0.82 0.22
HSL 55.64º 0.7% 0.46% -
HSV(B) 55.64º 0.83% 0.78% -
XYZ 42.11 48.37 8.71 -
YUV 174.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 200 188 35 0 0.06 0.82 0.22 55.64 0.7 0.46
Hex C8 BC 23 0 6 52 16 38 46 2E
Octal 310 274 43 0 6 122 26 70 106 56
Binary 11001000 10111100 100011 0 110 1010010 10110 111000 1000110 101110

Color Harmonies of #C8BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC23

Black with #C8BC23

Text Example


Text Example

White with #C8BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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