#CCBE29

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

Shades of Barberry #CCBE29

Tints of Barberry #CCBE29

Color information

#CCBE29 (or 0xCCBE29) is unknown color: approx Barberry. HEX triplet: CC, BE and 29. RGB value is (204,190,41). Sum of RGB (Red+Green+Blue) = 204+190+41=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE29 is #3341D6. Grayscale: #B1B1B1. Windows color (decimal): -3359191 or 2735820. OLE color: 2735820.

HSL color Cylindrical-coordinate representation of color #CCBE29: hue angle of 54.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCBE29 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20419041-
CMYK00.070.800.2
HSL54.85º66.53%48.04%-
HSV(B)54.85º79.9%80%-
XYZ43.7249.829.41-
YUV177.251.14147.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 41 (16.41% from 255) = 9.43%
R=46.90%
G=43.68%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041904100.070.800.254.8566.5348.04
HexCCBE29075014374330
Octal3142765107120246710360
Binary110011001011111010100101111010000101001101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE29; }

 p { color: rgb(204,190,41); }

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

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

 a { background-color: rgb(204,190,41); }

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

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

 span { border-color: rgb(204,190,41); }

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