#C5BF2B

Color #C5BF2B Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C5BF2B

Tints of Barberry #C5BF2B

Color information

#C5BF2B (or 0xC5BF2B) is unknown color: approx Barberry. HEX triplet: C5, BF and 2B. RGB value is (197,191,43). Sum of RGB (Red+Green+Blue) = 197+191+43=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF2B is #3A40D4. Grayscale: #B0B0B0. Windows color (decimal): -3817685 or 2867141. OLE color: 2867141.

HSL color Cylindrical-coordinate representation of color #C5BF2B: hue angle of 57.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5BF2B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19719143-
CMYK00.030.780.23
HSL57.66º64.17%47.06%-
HSV(B)57.66º78.17%77.25%-
XYZ42.0949.319.58-
YUV175.9252.99143.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=45.71%
G=44.32%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971914300.030.780.2357.6664.1747.06
HexC5BF2B034E173a402f
Octal3052775303116277210057
Binary11000101101111111010110111001110101111110101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF2B; }

 p { color: rgb(197,191,43); }

 H1.HeaderClassName
 {
   color: #C5BF2B;
 }
 .AnyTagClassName
 {
   color: #C5BF2B;
 }
</style>
background-color css

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

 a { background-color: rgb(197,191,43); }

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

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

 span { border-color: rgb(197,191,43); }

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