Html Css Color HEX #B05D2D Fiery Orange

📋 copy color: '#B05D2D'

red 176 ◦ green 93 ◦ blue 45

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

Shades of Fiery Orange #B05D2D

Tints of Fiery Orange #B05D2D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 56.05%
G = 29.62%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B05D2D (or 0xB05D2D) is known color: Fiery Orange. HEX triplet: B0, 5D and 2D. RGB value is (176,93,45). Sum of RGB (Red+Green+Blue) = 176+93+45=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D2D is #4FA2D2. Grayscale: #707070. Windows color (decimal): -5219027 or 2973104. OLE color: 2973104.

HSL color Cylindrical-coordinate representation of color #B05D2D: hue angle of 21.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B05D2D is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 45 -
CMYK 0 0.47 0.74 0.31
HSL 21.98º 0.59% 0.43% -
HSV(B) 21.98º 0.74% 0.69% -
XYZ 22.29 17.25 4.64 -
YUV 112.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 176 93 45 0 0.47 0.74 0.31 21.98 0.59 0.43
Hex B0 5D 2D 0 2F 4A 1F 16 3B 2B
Octal 260 135 55 0 57 112 37 26 73 53
Binary 10110000 1011101 101101 0 101111 1001010 11111 10110 111011 101011

Color Harmonies of #B05D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D2D

Black with #B05D2D

Text Example


Text Example

White with #B05D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D2D; }

 p { color: rgb(176,93,45); }

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

background-color css

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

 a { background-color: rgb(176,93,45); }

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

border-color css

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

 span { border-color: rgb(176,93,45); }

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