#C6BD2B

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

Shades of Barberry #C6BD2B

Tints of Barberry #C6BD2B

Color information

#C6BD2B (or 0xC6BD2B) is unknown color: approx Barberry. HEX triplet: C6, BD and 2B. RGB value is (198,189,43). Sum of RGB (Red+Green+Blue) = 198+189+43=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD2B is #3942D4. Grayscale: #AFAFAF. Windows color (decimal): -3752661 or 2866630. OLE color: 2866630.

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

Color convert

RGB19818943-
CMYK00.050.780.22
HSL56.52º64.32%47.25%-
HSV(B)56.52º78.28%77.65%-
XYZ41.9248.589.45-
YUV175.0553.48144.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 43 (17.19% from 255) = 10%
R=46.05%
G=43.95%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981894300.050.780.2256.5264.3247.25
HexC6BD2B054E1639402f
Octal3062755305116267110057
Binary110001101011110110101101011001110101101110011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD2B; }

 p { color: rgb(198,189,43); }

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

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

 a { background-color: rgb(198,189,43); }

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

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

 span { border-color: rgb(198,189,43); }

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