Html Css Color HEX #BB714C Red Damask

📋 copy color: '#BB714C'

red 187 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #BB714C

Tints of Red Damask #BB714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 49.73%
G = 30.05%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB714C (or 0xBB714C) is known color: Red Damask. HEX triplet: BB, 71 and 4C. RGB value is (187,113,76). Sum of RGB (Red+Green+Blue) = 187+113+76=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB714C is #448EB3. Grayscale: #838383. Windows color (decimal): -4492980 or 5009851. OLE color: 5009851.

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

Color convert

RGB 187 113 76 -
CMYK 0 0.40 0.59 0.27
HSL 20º 0.45% 0.52% -
HSV(B) 20º 0.59% 0.73% -
XYZ 27.7 22.9 9.8 -
YUV 130.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 187 113 76 0 0.40 0.59 0.27 20 0.45 0.52
Hex BB 71 4C 0 28 3B 1B 14 2D 34
Octal 273 161 114 0 50 73 33 24 55 64
Binary 10111011 1110001 1001100 0 101000 111011 11011 10100 101101 110100

Color Harmonies of #BB714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB714C

Black with #BB714C

Text Example


Text Example

White with #BB714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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