Html Css Color HEX #CBB726 Barberry

📋 copy color: '#CBB726'

red 203 ◦ green 183 ◦ blue 38

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

Shades of Barberry #CBB726

Tints of Barberry #CBB726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

 BLUE value IS 38 (15.23% from 255) = 8.96%

R = 47.88%
G = 43.16%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBB726 (or 0xCBB726) is known color: Barberry. HEX triplet: CB, B7 and 26. RGB value is (203,183,38). Sum of RGB (Red+Green+Blue) = 203+183+38=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB726 is #3448D9. Grayscale: #ADADAD. Windows color (decimal): -3426522 or 2537419. OLE color: 2537419.

HSL color Cylindrical-coordinate representation of color #CBB726: hue angle of 52.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBB726 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 38 -
CMYK 0 0.10 0.81 0.20
HSL 52.73º 0.68% 0.47% -
HSV(B) 52.73º 0.81% 0.8% -
XYZ 41.91 46.7 8.64 -
YUV 172.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 203 183 38 0 0.10 0.81 0.20 52.73 0.68 0.47
Hex CB B7 26 0 A 51 14 35 44 2F
Octal 313 267 46 0 12 121 24 65 104 57
Binary 11001011 10110111 100110 0 1010 1010001 10100 110101 1000100 101111

Color Harmonies of #CBB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB726

Black with #CBB726

Text Example


Text Example

White with #CBB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB726; }

 p { color: rgb(203,183,38); }

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

background-color css

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

 a { background-color: rgb(203,183,38); }

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

border-color css

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

 span { border-color: rgb(203,183,38); }

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