Html Css Color HEX #BB703B Zest

📋 copy color: '#BB703B'

red 187 ◦ green 112 ◦ blue 59

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

Shades of Zest #BB703B

Tints of Zest #BB703B

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 59 (23.44% from 255) = 16.48%

R = 52.23%
G = 31.28%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB703B (or 0xBB703B) is known color: Zest. HEX triplet: BB, 70 and 3B. RGB value is (187,112,59). Sum of RGB (Red+Green+Blue) = 187+112+59=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB703B is #448FC4. Grayscale: #808080. Windows color (decimal): -4493253 or 3895483. OLE color: 3895483.

HSL color Cylindrical-coordinate representation of color #BB703B: hue angle of 24.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB703B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 59 -
CMYK 0 0.40 0.68 0.27
HSL 24.84º 0.52% 0.48% -
HSV(B) 24.84º 0.68% 0.73% -
XYZ 27.08 22.47 7.05 -
YUV 128.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 187 112 59 0 0.40 0.68 0.27 24.84 0.52 0.48
Hex BB 70 3B 0 28 44 1B 19 34 30
Octal 273 160 73 0 50 104 33 31 64 60
Binary 10111011 1110000 111011 0 101000 1000100 11011 11001 110100 110000

Color Harmonies of #BB703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB703B

Black with #BB703B

Text Example


Text Example

White with #BB703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB703B; }

 p { color: rgb(187,112,59); }

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

background-color css

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

 a { background-color: rgb(187,112,59); }

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

border-color css

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

 span { border-color: rgb(187,112,59); }

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