Html Css Color HEX #B65D2B Fiery Orange

📋 copy color: '#B65D2B'

red 182 ◦ green 93 ◦ blue 43

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

Shades of Fiery Orange #B65D2B

Tints of Fiery Orange #B65D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 57.23%
G = 29.25%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B65D2B (or 0xB65D2B) is known color: Fiery Orange. HEX triplet: B6, 5D and 2B. RGB value is (182,93,43). Sum of RGB (Red+Green+Blue) = 182+93+43=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65D2B is #49A2D4. Grayscale: #727272. Windows color (decimal): -4825813 or 2842038. OLE color: 2842038.

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

Color convert

RGB 182 93 43 -
CMYK 0 0.49 0.76 0.29
HSL 21.58º 0.62% 0.44% -
HSV(B) 21.58º 0.76% 0.71% -
XYZ 23.64 17.95 4.5 -
YUV 113.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 182 93 43 0 0.49 0.76 0.29 21.58 0.62 0.44
Hex B6 5D 2B 0 31 4C 1D 16 3E 2C
Octal 266 135 53 0 61 114 35 26 76 54
Binary 10110110 1011101 101011 0 110001 1001100 11101 10110 111110 101100

Color Harmonies of #B65D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D2B

Black with #B65D2B

Text Example


Text Example

White with #B65D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D2B; }

 p { color: rgb(182,93,43); }

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

background-color css

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

 a { background-color: rgb(182,93,43); }

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

border-color css

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

 span { border-color: rgb(182,93,43); }

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