Html Css Color HEX #BB714D Red Damask

📋 copy color: '#BB714D'

red 187 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #BB714D

Tints of Red Damask #BB714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 49.6%
G = 29.97%
B = 20.42%

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

#BB714D (or 0xBB714D) is known color: Red Damask. HEX triplet: BB, 71 and 4D. RGB value is (187,113,77). Sum of RGB (Red+Green+Blue) = 187+113+77=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB714D is #448EB2. Grayscale: #838383. Windows color (decimal): -4492979 or 5075387. OLE color: 5075387.

HSL color Cylindrical-coordinate representation of color #BB714D: hue angle of 19.64º 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 #BB714D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 77 -
CMYK 0 0.40 0.59 0.27
HSL 19.64º 0.45% 0.52% -
HSV(B) 19.64º 0.59% 0.73% -
XYZ 27.74 22.91 9.98 -
YUV 131.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 187 113 77 0 0.40 0.59 0.27 19.64 0.45 0.52
Hex BB 71 4D 0 28 3B 1B 14 2D 34
Octal 273 161 115 0 50 73 33 24 55 64
Binary 10111011 1110001 1001101 0 101000 111011 11011 10100 101101 110100

Color Harmonies of #BB714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB714D

Black with #BB714D

Text Example


Text Example

White with #BB714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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