Html Css Color HEX #B07423 Hot Toddy

📋 copy color: '#B07423'

red 176 ◦ green 116 ◦ blue 35

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

Shades of Hot Toddy #B07423

Tints of Hot Toddy #B07423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 53.82%
G = 35.47%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B07423 (or 0xB07423) is known color: Hot Toddy. HEX triplet: B0, 74 and 23. RGB value is (176,116,35). Sum of RGB (Red+Green+Blue) = 176+116+35=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B07423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07423 is #4F8BDC. Grayscale: #7D7D7D. Windows color (decimal): -5213149 or 2323632. OLE color: 2323632.

HSL color Cylindrical-coordinate representation of color #B07423: hue angle of 34.47º 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 #B07423 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 35 -
CMYK 0 0.34 0.80 0.31
HSL 34.47º 0.67% 0.41% -
HSV(B) 34.47º 0.8% 0.69% -
XYZ 24.45 21.84 4.52 -
YUV 124.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 176 116 35 0 0.34 0.80 0.31 34.47 0.67 0.41
Hex B0 74 23 0 22 50 1F 22 43 29
Octal 260 164 43 0 42 120 37 42 103 51
Binary 10110000 1110100 100011 0 100010 1010000 11111 100010 1000011 101001

Color Harmonies of #B07423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07423

Black with #B07423

Text Example


Text Example

White with #B07423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07423; }

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

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

background-color css

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

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

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

border-color css

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

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

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