Html Css Color HEX #BB724A Red Damask

📋 copy color: '#BB724A'

red 187 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #BB724A

Tints of Red Damask #BB724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 74 (29.3% from 255) = 19.73%

R = 49.87%
G = 30.4%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB724A (or 0xBB724A) is known color: Red Damask. HEX triplet: BB, 72 and 4A. RGB value is (187,114,74). Sum of RGB (Red+Green+Blue) = 187+114+74=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB724A is #448DB5. Grayscale: #838383. Windows color (decimal): -4492726 or 4879035. OLE color: 4879035.

HSL color Cylindrical-coordinate representation of color #BB724A: hue angle of 21.24º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB724A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 74 -
CMYK 0 0.39 0.60 0.27
HSL 21.24º 0.45% 0.51% -
HSV(B) 21.24º 0.6% 0.73% -
XYZ 27.75 23.09 9.47 -
YUV 131.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 187 114 74 0 0.39 0.60 0.27 21.24 0.45 0.51
Hex BB 72 4A 0 27 3C 1B 15 2D 33
Octal 273 162 112 0 47 74 33 25 55 63
Binary 10111011 1110010 1001010 0 100111 111100 11011 10101 101101 110011

Color Harmonies of #BB724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB724A

Black with #BB724A

Text Example


Text Example

White with #BB724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB724A; }

 p { color: rgb(187,114,74); }

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

background-color css

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

 a { background-color: rgb(187,114,74); }

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

border-color css

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

 span { border-color: rgb(187,114,74); }

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