Html Css Color HEX #B36830 Reno Sand

📋 copy color: '#B36830'

red 179 ◦ green 104 ◦ blue 48

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

Shades of Reno Sand #B36830

Tints of Reno Sand #B36830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

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

R = 54.08%
G = 31.42%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B36830 (or 0xB36830) is known color: Reno Sand. HEX triplet: B3, 68 and 30. RGB value is (179,104,48). Sum of RGB (Red+Green+Blue) = 179+104+48=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B36830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36830 is #4C97CF. Grayscale: #787878. Windows color (decimal): -5019600 or 3172531. OLE color: 3172531.

HSL color Cylindrical-coordinate representation of color #B36830: hue angle of 25.65º 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 #B36830 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 48 -
CMYK 0 0.42 0.73 0.30
HSL 25.65º 0.58% 0.45% -
HSV(B) 25.65º 0.73% 0.7% -
XYZ 24.07 19.7 5.33 -
YUV 120.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 179 104 48 0 0.42 0.73 0.30 25.65 0.58 0.45
Hex B3 68 30 0 2A 49 1E 1A 3A 2D
Octal 263 150 60 0 52 111 36 32 72 55
Binary 10110011 1101000 110000 0 101010 1001001 11110 11010 111010 101101

Color Harmonies of #B36830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36830

Black with #B36830

Text Example


Text Example

White with #B36830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36830; }

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

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

background-color css

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

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

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

border-color css

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

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

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