Html Css Color HEX #B06333 Fiery Orange

📋 copy color: '#B06333'

red 176 ◦ green 99 ◦ blue 51

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

Shades of Fiery Orange #B06333

Tints of Fiery Orange #B06333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 53.99%
G = 30.37%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B06333 (or 0xB06333) is known color: Fiery Orange. HEX triplet: B0, 63 and 33. RGB value is (176,99,51). Sum of RGB (Red+Green+Blue) = 176+99+51=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B06333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06333 is #4F9CCC. Grayscale: #747474. Windows color (decimal): -5217485 or 3367856. OLE color: 3367856.

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

Color convert

RGB 176 99 51 -
CMYK 0 0.44 0.71 0.31
HSL 23.04º 0.55% 0.45% -
HSV(B) 23.04º 0.71% 0.69% -
XYZ 22.96 18.39 5.47 -
YUV 116.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 176 99 51 0 0.44 0.71 0.31 23.04 0.55 0.45
Hex B0 63 33 0 2C 47 1F 17 37 2D
Octal 260 143 63 0 54 107 37 27 67 55
Binary 10110000 1100011 110011 0 101100 1000111 11111 10111 110111 101101

Color Harmonies of #B06333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06333

Black with #B06333

Text Example


Text Example

White with #B06333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06333; }

 p { color: rgb(176,99,51); }

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

background-color css

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

 a { background-color: rgb(176,99,51); }

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

border-color css

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

 span { border-color: rgb(176,99,51); }

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