Html Css Color HEX #BB713D Zest

📋 copy color: '#BB713D'

red 187 ◦ green 113 ◦ blue 61

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

Shades of Zest #BB713D

Tints of Zest #BB713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 51.8%
G = 31.3%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB713D (or 0xBB713D) is known color: Zest. HEX triplet: BB, 71 and 3D. RGB value is (187,113,61). Sum of RGB (Red+Green+Blue) = 187+113+61=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB713D is #448EC2. Grayscale: #818181. Windows color (decimal): -4492995 or 4026811. OLE color: 4026811.

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

Color convert

RGB 187 113 61 -
CMYK 0 0.40 0.67 0.27
HSL 24.76º 0.51% 0.49% -
HSV(B) 24.76º 0.67% 0.73% -
XYZ 27.24 22.71 7.36 -
YUV 129.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 187 113 61 0 0.40 0.67 0.27 24.76 0.51 0.49
Hex BB 71 3D 0 28 43 1B 19 33 31
Octal 273 161 75 0 50 103 33 31 63 61
Binary 10111011 1110001 111101 0 101000 1000011 11011 11001 110011 110001

Color Harmonies of #BB713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB713D

Black with #BB713D

Text Example


Text Example

White with #BB713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB713D; }

 p { color: rgb(187,113,61); }

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

background-color css

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

 a { background-color: rgb(187,113,61); }

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

border-color css

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

 span { border-color: rgb(187,113,61); }

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