Html Css Color HEX #BB704F Red Damask

📋 copy color: '#BB704F'

red 187 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #BB704F

Tints of Red Damask #BB704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.9%

R = 49.47%
G = 29.63%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB704F (or 0xBB704F) is known color: Red Damask. HEX triplet: BB, 70 and 4F. RGB value is (187,112,79). Sum of RGB (Red+Green+Blue) = 187+112+79=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB704F is #448FB0. Grayscale: #828282. Windows color (decimal): -4493233 or 5206203. OLE color: 5206203.

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

Color convert

RGB 187 112 79 -
CMYK 0 0.40 0.58 0.27
HSL 18.33º 0.44% 0.52% -
HSV(B) 18.33º 0.58% 0.73% -
XYZ 27.7 22.72 10.32 -
YUV 130.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 187 112 79 0 0.40 0.58 0.27 18.33 0.44 0.52
Hex BB 70 4F 0 28 3A 1B 12 2C 34
Octal 273 160 117 0 50 72 33 22 54 64
Binary 10111011 1110000 1001111 0 101000 111010 11011 10010 101100 110100

Color Harmonies of #BB704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB704F

Black with #BB704F

Text Example


Text Example

White with #BB704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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