Html Css Color HEX #B67D25 Mandalay

📋 copy color: '#B67D25'

red 182 ◦ green 125 ◦ blue 37

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

Shades of Mandalay #B67D25

Tints of Mandalay #B67D25

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.34%

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 52.91%
G = 36.34%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B67D25 (or 0xB67D25) is known color: Mandalay. HEX triplet: B6, 7D and 25. RGB value is (182,125,37). Sum of RGB (Red+Green+Blue) = 182+125+37=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D25 is #4982DA. Grayscale: #848484. Windows color (decimal): -4817627 or 2457014. OLE color: 2457014.

HSL color Cylindrical-coordinate representation of color #B67D25: hue angle of 36.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B67D25 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 125 37 -
CMYK 0 0.31 0.80 0.29
HSL 36.41º 0.66% 0.43% -
HSV(B) 36.41º 0.8% 0.71% -
XYZ 26.96 24.75 5.11 -
YUV 132.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 182 125 37 0 0.31 0.80 0.29 36.41 0.66 0.43
Hex B6 7D 25 0 1F 50 1D 24 42 2B
Octal 266 175 45 0 37 120 35 44 102 53
Binary 10110110 1111101 100101 0 11111 1010000 11101 100100 1000010 101011

Color Harmonies of #B67D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D25

Black with #B67D25

Text Example


Text Example

White with #B67D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D25; }

 p { color: rgb(182,125,37); }

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

background-color css

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

 a { background-color: rgb(182,125,37); }

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

border-color css

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

 span { border-color: rgb(182,125,37); }

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