Html Css Color HEX #BB754F Red Damask

📋 copy color: '#BB754F'

red 187 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #BB754F

Tints of Red Damask #BB754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

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

R = 48.83%
G = 30.55%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB754F (or 0xBB754F) is known color: Red Damask. HEX triplet: BB, 75 and 4F. RGB value is (187,117,79). Sum of RGB (Red+Green+Blue) = 187+117+79=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB754F is #448AB0. Grayscale: #858585. Windows color (decimal): -4491953 or 5207483. OLE color: 5207483.

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

Color convert

RGB 187 117 79 -
CMYK 0 0.37 0.58 0.27
HSL 21.11º 0.44% 0.52% -
HSV(B) 21.11º 0.58% 0.73% -
XYZ 28.27 23.85 10.51 -
YUV 133.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 187 117 79 0 0.37 0.58 0.27 21.11 0.44 0.52
Hex BB 75 4F 0 25 3A 1B 15 2C 34
Octal 273 165 117 0 45 72 33 25 54 64
Binary 10111011 1110101 1001111 0 100101 111010 11011 10101 101100 110100

Color Harmonies of #BB754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB754F

Black with #BB754F

Text Example


Text Example

White with #BB754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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