Html Css Color HEX #C8BD2B Barberry

📋 copy color: '#C8BD2B'

red 200 ◦ green 189 ◦ blue 43

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

Shades of Barberry #C8BD2B

Tints of Barberry #C8BD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 46.3%
G = 43.75%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8BD2B (or 0xC8BD2B) is known color: Barberry. HEX triplet: C8, BD and 2B. RGB value is (200,189,43). Sum of RGB (Red+Green+Blue) = 200+189+43=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD2B is #3742D4. Grayscale: #B0B0B0. Windows color (decimal): -3621589 or 2866632. OLE color: 2866632.

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

Color convert

RGB 200 189 43 -
CMYK 0 0.06 0.78 0.22
HSL 55.8º 0.65% 0.48% -
HSV(B) 55.8º 0.79% 0.78% -
XYZ 42.45 48.85 9.48 -
YUV 175.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 200 189 43 0 0.06 0.78 0.22 55.8 0.65 0.48
Hex C8 BD 2B 0 6 4E 16 38 41 30
Octal 310 275 53 0 6 116 26 70 101 60
Binary 11001000 10111101 101011 0 110 1001110 10110 111000 1000001 110000

Color Harmonies of #C8BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD2B

Black with #C8BD2B

Text Example


Text Example

White with #C8BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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