Html Css Color HEX #C8BF2E Barberry

📋 copy color: '#C8BF2E'

red 200 ◦ green 191 ◦ blue 46

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

Shades of Barberry #C8BF2E

Tints of Barberry #C8BF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 43.71%

 BLUE value IS 46 (18.36% from 255) = 10.53%

R = 45.77%
G = 43.71%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8BF2E (or 0xC8BF2E) is known color: Barberry. HEX triplet: C8, BF and 2E. RGB value is (200,191,46). Sum of RGB (Red+Green+Blue) = 200+191+46=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF2E is #3740D1. Grayscale: #B1B1B1. Windows color (decimal): -3621074 or 3063752. OLE color: 3063752.

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

Color convert

RGB 200 191 46 -
CMYK 0 0.04 0.77 0.22
HSL 56.49º 0.63% 0.48% -
HSV(B) 56.49º 0.77% 0.78% -
XYZ 42.94 49.74 9.92 -
YUV 177.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 200 191 46 0 0.04 0.77 0.22 56.49 0.63 0.48
Hex C8 BF 2E 0 4 4D 16 38 3F 30
Octal 310 277 56 0 4 115 26 70 77 60
Binary 11001000 10111111 101110 0 100 1001101 10110 111000 111111 110000

Color Harmonies of #C8BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF2E

Black with #C8BF2E

Text Example


Text Example

White with #C8BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF2E; }

 p { color: rgb(200,191,46); }

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

background-color css

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

 a { background-color: rgb(200,191,46); }

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

border-color css

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

 span { border-color: rgb(200,191,46); }

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