Html Css Color HEX #CBBA29 Barberry

📋 copy color: '#CBBA29'

red 203 ◦ green 186 ◦ blue 41

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

Shades of Barberry #CBBA29

Tints of Barberry #CBBA29

RGB

 RED value IS 203 (79.69% from 255) = 47.21%

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 47.21%
G = 43.26%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBBA29 (or 0xCBBA29) is known color: Barberry. HEX triplet: CB, BA and 29. RGB value is (203,186,41). Sum of RGB (Red+Green+Blue) = 203+186+41=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA29 is #3445D6. Grayscale: #AFAFAF. Windows color (decimal): -3425751 or 2734795. OLE color: 2734795.

HSL color Cylindrical-coordinate representation of color #CBBA29: hue angle of 53.7º degrees, saturation: 0.66, 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 #CBBA29 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 186 41 -
CMYK 0 0.08 0.80 0.20
HSL 53.7º 0.66% 0.48% -
HSV(B) 53.7º 0.8% 0.8% -
XYZ 42.59 47.97 9.11 -
YUV 174.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 203 186 41 0 0.08 0.80 0.20 53.7 0.66 0.48
Hex CB BA 29 0 8 50 14 36 42 30
Octal 313 272 51 0 10 120 24 66 102 60
Binary 11001011 10111010 101001 0 1000 1010000 10100 110110 1000010 110000

Color Harmonies of #CBBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA29

Black with #CBBA29

Text Example


Text Example

White with #CBBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA29; }

 p { color: rgb(203,186,41); }

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

background-color css

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

 a { background-color: rgb(203,186,41); }

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

border-color css

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

 span { border-color: rgb(203,186,41); }

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