Html Css Color HEX #C7BC2C Barberry

📋 copy color: '#C7BC2C'

red 199 ◦ green 188 ◦ blue 44

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

Shades of Barberry #C7BC2C

Tints of Barberry #C7BC2C

RGB

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

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

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

R = 46.17%
G = 43.62%
B = 10.21%

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

#C7BC2C (or 0xC7BC2C) is known color: Barberry. HEX triplet: C7, BC and 2C. RGB value is (199,188,44). Sum of RGB (Red+Green+Blue) = 199+188+44=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC2C is #3843D3. Grayscale: #AFAFAF. Windows color (decimal): -3687380 or 2931911. OLE color: 2931911.

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

Color convert

RGB 199 188 44 -
CMYK 0 0.06 0.78 0.22
HSL 55.74º 0.64% 0.48% -
HSV(B) 55.74º 0.78% 0.78% -
XYZ 41.99 48.29 9.49 -
YUV 174.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 199 188 44 0 0.06 0.78 0.22 55.74 0.64 0.48
Hex C7 BC 2C 0 6 4E 16 38 40 30
Octal 307 274 54 0 6 116 26 70 100 60
Binary 11000111 10111100 101100 0 110 1001110 10110 111000 1000000 110000

Color Harmonies of #C7BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC2C

Black with #C7BC2C

Text Example


Text Example

White with #C7BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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