Html Css Color HEX #B06023 Fiery Orange

📋 copy color: '#B06023'

red 176 ◦ green 96 ◦ blue 35

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

Shades of Fiery Orange #B06023

Tints of Fiery Orange #B06023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 57.33%
G = 31.27%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06023 (or 0xB06023) is known color: Fiery Orange. HEX triplet: B0, 60 and 23. RGB value is (176,96,35). Sum of RGB (Red+Green+Blue) = 176+96+35=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B06023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06023 is #4F9FDC. Grayscale: #717171. Windows color (decimal): -5218269 or 2318512. OLE color: 2318512.

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

Color convert

RGB 176 96 35 -
CMYK 0 0.45 0.80 0.31
HSL 25.96º 0.67% 0.41% -
HSV(B) 25.96º 0.8% 0.69% -
XYZ 22.39 17.72 3.83 -
YUV 112.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 176 96 35 0 0.45 0.80 0.31 25.96 0.67 0.41
Hex B0 60 23 0 2D 50 1F 1A 43 29
Octal 260 140 43 0 55 120 37 32 103 51
Binary 10110000 1100000 100011 0 101101 1010000 11111 11010 1000011 101001

Color Harmonies of #B06023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06023

Black with #B06023

Text Example


Text Example

White with #B06023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06023; }

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

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

background-color css

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

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

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

border-color css

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

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

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