Html Css Color HEX #B06525 Mai Tai

📋 copy color: '#B06525'

red 176 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #B06525

Tints of Mai Tai #B06525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 56.05%
G = 32.17%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B06525 (or 0xB06525) is known color: Mai Tai. HEX triplet: B0, 65 and 25. RGB value is (176,101,37). Sum of RGB (Red+Green+Blue) = 176+101+37=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06525 is #4F9ADA. Grayscale: #747474. Windows color (decimal): -5216987 or 2450864. OLE color: 2450864.

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

Color convert

RGB 176 101 37 -
CMYK 0 0.43 0.79 0.31
HSL 27.63º 0.65% 0.42% -
HSV(B) 27.63º 0.79% 0.69% -
XYZ 22.89 18.67 4.15 -
YUV 116.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 176 101 37 0 0.43 0.79 0.31 27.63 0.65 0.42
Hex B0 65 25 0 2B 4F 1F 1C 41 2A
Octal 260 145 45 0 53 117 37 34 101 52
Binary 10110000 1100101 100101 0 101011 1001111 11111 11100 1000001 101010

Color Harmonies of #B06525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06525

Black with #B06525

Text Example


Text Example

White with #B06525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06525; }

 p { color: rgb(176,101,37); }

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

background-color css

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

 a { background-color: rgb(176,101,37); }

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

border-color css

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

 span { border-color: rgb(176,101,37); }

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