Html Css Color HEX #B36730 Reno Sand

📋 copy color: '#B36730'

red 179 ◦ green 103 ◦ blue 48

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

Shades of Reno Sand #B36730

Tints of Reno Sand #B36730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 54.24%
G = 31.21%
B = 14.55%

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

#B36730 (or 0xB36730) is known color: Reno Sand. HEX triplet: B3, 67 and 30. RGB value is (179,103,48). Sum of RGB (Red+Green+Blue) = 179+103+48=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B36730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36730 is #4C98CF. Grayscale: #777777. Windows color (decimal): -5019856 or 3172275. OLE color: 3172275.

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

Color convert

RGB 179 103 48 -
CMYK 0 0.42 0.73 0.30
HSL 25.19º 0.58% 0.45% -
HSV(B) 25.19º 0.73% 0.7% -
XYZ 23.97 19.5 5.3 -
YUV 119.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 179 103 48 0 0.42 0.73 0.30 25.19 0.58 0.45
Hex B3 67 30 0 2A 49 1E 19 3A 2D
Octal 263 147 60 0 52 111 36 31 72 55
Binary 10110011 1100111 110000 0 101010 1001001 11110 11001 111010 101101

Color Harmonies of #B36730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36730

Black with #B36730

Text Example


Text Example

White with #B36730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36730; }

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

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

background-color css

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

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

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

border-color css

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

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

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