Html Css Color HEX #BB8334 Mandalay

📋 copy color: '#BB8334'

red 187 ◦ green 131 ◦ blue 52

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

Shades of Mandalay #BB8334

Tints of Mandalay #BB8334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 50.54%
G = 35.41%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8334 (or 0xBB8334) is known color: Mandalay. HEX triplet: BB, 83 and 34. RGB value is (187,131,52). Sum of RGB (Red+Green+Blue) = 187+131+52=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8334 is #447CCB. Grayscale: #8B8B8B. Windows color (decimal): -4488396 or 3441595. OLE color: 3441595.

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

Color convert

RGB 187 131 52 -
CMYK 0 0.30 0.72 0.27
HSL 35.11º 0.56% 0.47% -
HSV(B) 35.11º 0.72% 0.73% -
XYZ 29.23 27.05 6.93 -
YUV 138.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 187 131 52 0 0.30 0.72 0.27 35.11 0.56 0.47
Hex BB 83 34 0 1E 48 1B 23 38 2F
Octal 273 203 64 0 36 110 33 43 70 57
Binary 10111011 10000011 110100 0 11110 1001000 11011 100011 111000 101111

Color Harmonies of #BB8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8334

Black with #BB8334

Text Example


Text Example

White with #BB8334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8334; }

 p { color: rgb(187,131,52); }

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

background-color css

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

 a { background-color: rgb(187,131,52); }

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

border-color css

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

 span { border-color: rgb(187,131,52); }

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