Html Css Color HEX #CBB627 Barberry

📋 copy color: '#CBB627'

red 203 ◦ green 182 ◦ blue 39

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

Shades of Barberry #CBB627

Tints of Barberry #CBB627

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 47.88%
G = 42.92%
B = 9.2%

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

#CBB627 (or 0xCBB627) is known color: Barberry. HEX triplet: CB, B6 and 27. RGB value is (203,182,39). Sum of RGB (Red+Green+Blue) = 203+182+39=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB627 is #3449D8. Grayscale: #ACACAC. Windows color (decimal): -3426777 or 2602699. OLE color: 2602699.

HSL color Cylindrical-coordinate representation of color #CBB627: hue angle of 52.32º 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 #CBB627 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 39 -
CMYK 0 0.10 0.81 0.20
HSL 52.32º 0.68% 0.47% -
HSV(B) 52.32º 0.81% 0.8% -
XYZ 41.72 46.3 8.66 -
YUV 171.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 203 182 39 0 0.10 0.81 0.20 52.32 0.68 0.47
Hex CB B6 27 0 A 51 14 34 44 2F
Octal 313 266 47 0 12 121 24 64 104 57
Binary 11001011 10110110 100111 0 1010 1010001 10100 110100 1000100 101111

Color Harmonies of #CBB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB627

Black with #CBB627

Text Example


Text Example

White with #CBB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB627; }

 p { color: rgb(203,182,39); }

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

background-color css

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

 a { background-color: rgb(203,182,39); }

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

border-color css

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

 span { border-color: rgb(203,182,39); }

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