Html Css Color HEX #B07323 Hot Toddy

📋 copy color: '#B07323'

red 176 ◦ green 115 ◦ blue 35

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

Shades of Hot Toddy #B07323

Tints of Hot Toddy #B07323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 53.99%
G = 35.28%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B07323 (or 0xB07323) is known color: Hot Toddy. HEX triplet: B0, 73 and 23. RGB value is (176,115,35). Sum of RGB (Red+Green+Blue) = 176+115+35=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B07323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07323 is #4F8CDC. Grayscale: #7C7C7C. Windows color (decimal): -5213405 or 2323376. OLE color: 2323376.

HSL color Cylindrical-coordinate representation of color #B07323: hue angle of 34.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B07323 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 35 -
CMYK 0 0.35 0.80 0.31
HSL 34.04º 0.67% 0.41% -
HSV(B) 34.04º 0.8% 0.69% -
XYZ 24.34 21.61 4.48 -
YUV 124.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 176 115 35 0 0.35 0.80 0.31 34.04 0.67 0.41
Hex B0 73 23 0 23 50 1F 22 43 29
Octal 260 163 43 0 43 120 37 42 103 51
Binary 10110000 1110011 100011 0 100011 1010000 11111 100010 1000011 101001

Color Harmonies of #B07323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07323

Black with #B07323

Text Example


Text Example

White with #B07323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07323; }

 p { color: rgb(176,115,35); }

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

background-color css

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

 a { background-color: rgb(176,115,35); }

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

border-color css

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

 span { border-color: rgb(176,115,35); }

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