Html Css Color HEX #B65A2A Fiery Orange

📋 copy color: '#B65A2A'

red 182 ◦ green 90 ◦ blue 42

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

Shades of Fiery Orange #B65A2A

Tints of Fiery Orange #B65A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 57.96%
G = 28.66%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B65A2A (or 0xB65A2A) is known color: Fiery Orange. HEX triplet: B6, 5A and 2A. RGB value is (182,90,42). Sum of RGB (Red+Green+Blue) = 182+90+42=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A2A is #49A5D5. Grayscale: #707070. Windows color (decimal): -4826582 or 2775734. OLE color: 2775734.

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

Color convert

RGB 182 90 42 -
CMYK 0 0.51 0.77 0.29
HSL 20.57º 0.63% 0.44% -
HSV(B) 20.57º 0.77% 0.71% -
XYZ 23.37 17.42 4.32 -
YUV 112.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 182 90 42 0 0.51 0.77 0.29 20.57 0.63 0.44
Hex B6 5A 2A 0 33 4D 1D 15 3E 2C
Octal 266 132 52 0 63 115 35 25 76 54
Binary 10110110 1011010 101010 0 110011 1001101 11101 10101 111110 101100

Color Harmonies of #B65A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A2A

Black with #B65A2A

Text Example


Text Example

White with #B65A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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