Html Css Color HEX #B07127 Hot Toddy

📋 copy color: '#B07127'

red 176 ◦ green 113 ◦ blue 39

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

Shades of Hot Toddy #B07127

Tints of Hot Toddy #B07127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 53.66%
G = 34.45%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B07127 (or 0xB07127) is known color: Hot Toddy. HEX triplet: B0, 71 and 27. RGB value is (176,113,39). Sum of RGB (Red+Green+Blue) = 176+113+39=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B07127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07127 is #4F8ED8. Grayscale: #7B7B7B. Windows color (decimal): -5213913 or 2585008. OLE color: 2585008.

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

Color convert

RGB 176 113 39 -
CMYK 0 0.36 0.78 0.31
HSL 32.41º 0.64% 0.42% -
HSV(B) 32.41º 0.78% 0.69% -
XYZ 24.18 21.19 4.73 -
YUV 123.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 176 113 39 0 0.36 0.78 0.31 32.41 0.64 0.42
Hex B0 71 27 0 24 4E 1F 20 40 2A
Octal 260 161 47 0 44 116 37 40 100 52
Binary 10110000 1110001 100111 0 100100 1001110 11111 100000 1000000 101010

Color Harmonies of #B07127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07127

Black with #B07127

Text Example


Text Example

White with #B07127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07127; }

 p { color: rgb(176,113,39); }

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

background-color css

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

 a { background-color: rgb(176,113,39); }

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

border-color css

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

 span { border-color: rgb(176,113,39); }

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