Html Css Color HEX #B06430 Mai Tai

📋 copy color: '#B06430'

red 176 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #B06430

Tints of Mai Tai #B06430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 54.32%
G = 30.86%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06430 (or 0xB06430) is known color: Mai Tai. HEX triplet: B0, 64 and 30. RGB value is (176,100,48). Sum of RGB (Red+Green+Blue) = 176+100+48=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B06430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06430 is #4F9BCF. Grayscale: #757575. Windows color (decimal): -5217232 or 3171504. OLE color: 3171504.

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

Color convert

RGB 176 100 48 -
CMYK 0 0.43 0.73 0.31
HSL 24.38º 0.57% 0.44% -
HSV(B) 24.38º 0.73% 0.69% -
XYZ 23 18.56 5.17 -
YUV 116.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 176 100 48 0 0.43 0.73 0.31 24.38 0.57 0.44
Hex B0 64 30 0 2B 49 1F 18 39 2C
Octal 260 144 60 0 53 111 37 30 71 54
Binary 10110000 1100100 110000 0 101011 1001001 11111 11000 111001 101100

Color Harmonies of #B06430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06430

Black with #B06430

Text Example


Text Example

White with #B06430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06430; }

 p { color: rgb(176,100,48); }

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

background-color css

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

 a { background-color: rgb(176,100,48); }

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

border-color css

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

 span { border-color: rgb(176,100,48); }

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