Html Css Color HEX #BB7C33 Mandalay

📋 copy color: '#BB7C33'

red 187 ◦ green 124 ◦ blue 51

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

Shades of Mandalay #BB7C33

Tints of Mandalay #BB7C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 51 (20.31% from 255) = 14.09%

R = 51.66%
G = 34.25%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB7C33 (or 0xBB7C33) is known color: Mandalay. HEX triplet: BB, 7C and 33. RGB value is (187,124,51). Sum of RGB (Red+Green+Blue) = 187+124+51=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C33 is #4483CC. Grayscale: #868686. Windows color (decimal): -4490189 or 3374267. OLE color: 3374267.

HSL color Cylindrical-coordinate representation of color #BB7C33: hue angle of 32.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7C33 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 51 -
CMYK 0 0.34 0.73 0.27
HSL 32.21º 0.57% 0.47% -
HSV(B) 32.21º 0.73% 0.73% -
XYZ 28.3 25.22 6.51 -
YUV 134.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 187 124 51 0 0.34 0.73 0.27 32.21 0.57 0.47
Hex BB 7C 33 0 22 49 1B 20 39 2F
Octal 273 174 63 0 42 111 33 40 71 57
Binary 10111011 1111100 110011 0 100010 1001001 11011 100000 111001 101111

Color Harmonies of #BB7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C33

Black with #BB7C33

Text Example


Text Example

White with #BB7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C33; }

 p { color: rgb(187,124,51); }

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

background-color css

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

 a { background-color: rgb(187,124,51); }

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

border-color css

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

 span { border-color: rgb(187,124,51); }

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