Html Css Color HEX #CEB726 Barberry

📋 copy color: '#CEB726'

red 206 ◦ green 183 ◦ blue 38

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

Shades of Barberry #CEB726

Tints of Barberry #CEB726

RGB

 RED value IS 206 (80.86% from 255) = 48.24%

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

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

R = 48.24%
G = 42.86%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEB726 (or 0xCEB726) is known color: Barberry. HEX triplet: CE, B7 and 26. RGB value is (206,183,38). Sum of RGB (Red+Green+Blue) = 206+183+38=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB726 is #3148D9. Grayscale: #ADADAD. Windows color (decimal): -3229914 or 2537422. OLE color: 2537422.

HSL color Cylindrical-coordinate representation of color #CEB726: hue angle of 51.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEB726 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 38 -
CMYK 0 0.11 0.82 0.19
HSL 51.79º 0.69% 0.48% -
HSV(B) 51.79º 0.82% 0.81% -
XYZ 42.74 47.13 8.68 -
YUV 173.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 206 183 38 0 0.11 0.82 0.19 51.79 0.69 0.48
Hex CE B7 26 0 B 52 13 34 45 30
Octal 316 267 46 0 13 122 23 64 105 60
Binary 11001110 10110111 100110 0 1011 1010010 10011 110100 1000101 110000

Color Harmonies of #CEB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB726

Black with #CEB726

Text Example


Text Example

White with #CEB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB726; }

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

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

background-color css

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

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

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

border-color css

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

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

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