Html Css Color HEX #B67A30 Mandalay

📋 copy color: '#B67A30'

red 182 ◦ green 122 ◦ blue 48

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

Shades of Mandalay #B67A30

Tints of Mandalay #B67A30

RGB

 RED value IS 182 (71.48% from 255) = 51.7%

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 51.7%
G = 34.66%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B67A30 (or 0xB67A30) is known color: Mandalay. HEX triplet: B6, 7A and 30. RGB value is (182,122,48). Sum of RGB (Red+Green+Blue) = 182+122+48=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A30 is #4985CF. Grayscale: #838383. Windows color (decimal): -4818384 or 3177142. OLE color: 3177142.

HSL color Cylindrical-coordinate representation of color #B67A30: hue angle of 33.13º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B67A30 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 122 48 -
CMYK 0 0.33 0.74 0.29
HSL 33.13º 0.58% 0.45% -
HSV(B) 33.13º 0.74% 0.71% -
XYZ 26.78 24.08 6.03 -
YUV 131.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 182 122 48 0 0.33 0.74 0.29 33.13 0.58 0.45
Hex B6 7A 30 0 21 4A 1D 21 3A 2D
Octal 266 172 60 0 41 112 35 41 72 55
Binary 10110110 1111010 110000 0 100001 1001010 11101 100001 111010 101101

Color Harmonies of #B67A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A30

Black with #B67A30

Text Example


Text Example

White with #B67A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A30; }

 p { color: rgb(182,122,48); }

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

background-color css

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

 a { background-color: rgb(182,122,48); }

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

border-color css

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

 span { border-color: rgb(182,122,48); }

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