Html Css Color HEX #C7BF2C Barberry

📋 copy color: '#C7BF2C'

red 199 ◦ green 191 ◦ blue 44

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

Shades of Barberry #C7BF2C

Tints of Barberry #C7BF2C

RGB

 RED value IS 199 (78.13% from 255) = 45.85%

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

 BLUE value IS 44 (17.58% from 255) = 10.14%

R = 45.85%
G = 44.01%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7BF2C (or 0xC7BF2C) is known color: Barberry. HEX triplet: C7, BF and 2C. RGB value is (199,191,44). Sum of RGB (Red+Green+Blue) = 199+191+44=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF2C is #3840D3. Grayscale: #B1B1B1. Windows color (decimal): -3686612 or 2932679. OLE color: 2932679.

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

Color convert

RGB 199 191 44 -
CMYK 0 0.04 0.78 0.22
HSL 56.9º 0.64% 0.48% -
HSV(B) 56.9º 0.78% 0.78% -
XYZ 42.64 49.59 9.71 -
YUV 176.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 199 191 44 0 0.04 0.78 0.22 56.9 0.64 0.48
Hex C7 BF 2C 0 4 4E 16 39 40 30
Octal 307 277 54 0 4 116 26 71 100 60
Binary 11000111 10111111 101100 0 100 1001110 10110 111001 1000000 110000

Color Harmonies of #C7BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF2C

Black with #C7BF2C

Text Example


Text Example

White with #C7BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF2C; }

 p { color: rgb(199,191,44); }

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

background-color css

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

 a { background-color: rgb(199,191,44); }

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

border-color css

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

 span { border-color: rgb(199,191,44); }

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