Html Css Color HEX #CEBC2B Barberry

📋 copy color: '#CEBC2B'

red 206 ◦ green 188 ◦ blue 43

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

Shades of Barberry #CEBC2B

Tints of Barberry #CEBC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

 BLUE value IS 43 (17.19% from 255) = 9.84%

R = 47.14%
G = 43.02%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEBC2B (or 0xCEBC2B) is known color: Barberry. HEX triplet: CE, BC and 2B. RGB value is (206,188,43). Sum of RGB (Red+Green+Blue) = 206+188+43=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC2B is #3143D4. Grayscale: #B1B1B1. Windows color (decimal): -3228629 or 2866382. OLE color: 2866382.

HSL color Cylindrical-coordinate representation of color #CEBC2B: hue angle of 53.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEBC2B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 43 -
CMYK 0 0.09 0.79 0.19
HSL 53.37º 0.65% 0.49% -
HSV(B) 53.37º 0.79% 0.81% -
XYZ 43.87 49.26 9.48 -
YUV 176.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 206 188 43 0 0.09 0.79 0.19 53.37 0.65 0.49
Hex CE BC 2B 0 9 4F 13 35 41 31
Octal 316 274 53 0 11 117 23 65 101 61
Binary 11001110 10111100 101011 0 1001 1001111 10011 110101 1000001 110001

Color Harmonies of #CEBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC2B

Black with #CEBC2B

Text Example


Text Example

White with #CEBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC2B; }

 p { color: rgb(206,188,43); }

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

background-color css

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

 a { background-color: rgb(206,188,43); }

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

border-color css

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

 span { border-color: rgb(206,188,43); }

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