Html Css Color HEX #B36430 Reno Sand

📋 copy color: '#B36430'

red 179 ◦ green 100 ◦ blue 48

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

Shades of Reno Sand #B36430

Tints of Reno Sand #B36430

RGB

 RED value IS 179 (70.31% from 255) = 54.74%

 GREEN value IS 100 (39.45% from 255) = 30.58%

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 54.74%
G = 30.58%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B36430 (or 0xB36430) is known color: Reno Sand. HEX triplet: B3, 64 and 30. RGB value is (179,100,48). Sum of RGB (Red+Green+Blue) = 179+100+48=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B36430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36430 is #4C9BCF. Grayscale: #757575. Windows color (decimal): -5020624 or 3171507. OLE color: 3171507.

HSL color Cylindrical-coordinate representation of color #B36430: hue angle of 23.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B36430 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 100 48 -
CMYK 0 0.44 0.73 0.30
HSL 23.82º 0.58% 0.45% -
HSV(B) 23.82º 0.73% 0.7% -
XYZ 23.68 18.91 5.2 -
YUV 117.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 179 100 48 0 0.44 0.73 0.30 23.82 0.58 0.45
Hex B3 64 30 0 2C 49 1E 18 3A 2D
Octal 263 144 60 0 54 111 36 30 72 55
Binary 10110011 1100100 110000 0 101100 1001001 11110 11000 111010 101101

Color Harmonies of #B36430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36430

Black with #B36430

Text Example


Text Example

White with #B36430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36430; }

 p { color: rgb(179,100,48); }

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

background-color css

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

 a { background-color: rgb(179,100,48); }

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

border-color css

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

 span { border-color: rgb(179,100,48); }

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