Html Css Color HEX #C8BE2B Barberry

📋 copy color: '#C8BE2B'

red 200 ◦ green 190 ◦ blue 43

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

Shades of Barberry #C8BE2B

Tints of Barberry #C8BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.88%

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

R = 46.19%
G = 43.88%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8BE2B (or 0xC8BE2B) is known color: Barberry. HEX triplet: C8, BE and 2B. RGB value is (200,190,43). Sum of RGB (Red+Green+Blue) = 200+190+43=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE2B is #3741D4. Grayscale: #B0B0B0. Windows color (decimal): -3621333 or 2866888. OLE color: 2866888.

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

Color convert

RGB 200 190 43 -
CMYK 0 0.05 0.78 0.22
HSL 56.18º 0.65% 0.48% -
HSV(B) 56.18º 0.79% 0.78% -
XYZ 42.67 49.28 9.55 -
YUV 176.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 200 190 43 0 0.05 0.78 0.22 56.18 0.65 0.48
Hex C8 BE 2B 0 5 4E 16 38 41 30
Octal 310 276 53 0 5 116 26 70 101 60
Binary 11001000 10111110 101011 0 101 1001110 10110 111000 1000001 110000

Color Harmonies of #C8BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE2B

Black with #C8BE2B

Text Example


Text Example

White with #C8BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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