Html Css Color HEX #B07B2B Mandalay

📋 copy color: '#B07B2B'

red 176 ◦ green 123 ◦ blue 43

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

Shades of Mandalay #B07B2B

Tints of Mandalay #B07B2B

RGB

 RED value IS 176 (69.14% from 255) = 51.46%

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 51.46%
G = 35.96%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B07B2B (or 0xB07B2B) is known color: Mandalay. HEX triplet: B0, 7B and 2B. RGB value is (176,123,43). Sum of RGB (Red+Green+Blue) = 176+123+43=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B2B is #4F84D4. Grayscale: #828282. Windows color (decimal): -5211349 or 2849712. OLE color: 2849712.

HSL color Cylindrical-coordinate representation of color #B07B2B: hue angle of 36.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B07B2B is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 123 43 -
CMYK 0 0.30 0.76 0.31
HSL 36.09º 0.61% 0.43% -
HSV(B) 36.09º 0.76% 0.69% -
XYZ 25.42 23.57 5.5 -
YUV 129.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 176 123 43 0 0.30 0.76 0.31 36.09 0.61 0.43
Hex B0 7B 2B 0 1E 4C 1F 24 3D 2B
Octal 260 173 53 0 36 114 37 44 75 53
Binary 10110000 1111011 101011 0 11110 1001100 11111 100100 111101 101011

Color Harmonies of #B07B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B2B

Black with #B07B2B

Text Example


Text Example

White with #B07B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B2B; }

 p { color: rgb(176,123,43); }

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

background-color css

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

 a { background-color: rgb(176,123,43); }

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

border-color css

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

 span { border-color: rgb(176,123,43); }

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