Html Css Color HEX #B65A1B Fiery Orange

📋 copy color: '#B65A1B'

red 182 ◦ green 90 ◦ blue 27

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

Shades of Fiery Orange #B65A1B

Tints of Fiery Orange #B65A1B

RGB

 RED value IS 182 (71.48% from 255) = 60.87%

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 60.87%
G = 30.1%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B65A1B (or 0xB65A1B) is known color: Fiery Orange. HEX triplet: B6, 5A and 1B. RGB value is (182,90,27). Sum of RGB (Red+Green+Blue) = 182+90+27=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A1B is #49A5E4. Grayscale: #6E6E6E. Windows color (decimal): -4826597 or 1792694. OLE color: 1792694.

HSL color Cylindrical-coordinate representation of color #B65A1B: hue angle of 24.39º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B65A1B is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 27 -
CMYK 0 0.51 0.85 0.29
HSL 24.39º 0.74% 0.41% -
HSV(B) 24.39º 0.85% 0.71% -
XYZ 23.15 17.34 3.16 -
YUV 110.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 182 90 27 0 0.51 0.85 0.29 24.39 0.74 0.41
Hex B6 5A 1B 0 33 55 1D 18 4A 29
Octal 266 132 33 0 63 125 35 30 112 51
Binary 10110110 1011010 11011 0 110011 1010101 11101 11000 1001010 101001

Color Harmonies of #B65A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A1B

Black with #B65A1B

Text Example


Text Example

White with #B65A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A1B; }

 p { color: rgb(182,90,27); }

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

background-color css

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

 a { background-color: rgb(182,90,27); }

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

border-color css

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

 span { border-color: rgb(182,90,27); }

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