Html Css Color HEX #B07130 Reno Sand

📋 copy color: '#B07130'

red 176 ◦ green 113 ◦ blue 48

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

Shades of Reno Sand #B07130

Tints of Reno Sand #B07130

RGB

 RED value IS 176 (69.14% from 255) = 52.23%

 GREEN value IS 113 (44.53% from 255) = 33.53%

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

R = 52.23%
G = 33.53%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B07130 (or 0xB07130) is known color: Reno Sand. HEX triplet: B0, 71 and 30. RGB value is (176,113,48). Sum of RGB (Red+Green+Blue) = 176+113+48=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B07130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07130 is #4F8ECF. Grayscale: #7C7C7C. Windows color (decimal): -5213904 or 3174832. OLE color: 3174832.

HSL color Cylindrical-coordinate representation of color #B07130: hue angle of 30.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B07130 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 48 -
CMYK 0 0.36 0.73 0.31
HSL 30.47º 0.57% 0.44% -
HSV(B) 30.47º 0.73% 0.69% -
XYZ 24.34 21.25 5.62 -
YUV 124.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 176 113 48 0 0.36 0.73 0.31 30.47 0.57 0.44
Hex B0 71 30 0 24 49 1F 1E 39 2C
Octal 260 161 60 0 44 111 37 36 71 54
Binary 10110000 1110001 110000 0 100100 1001001 11111 11110 111001 101100

Color Harmonies of #B07130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07130

Black with #B07130

Text Example


Text Example

White with #B07130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07130; }

 p { color: rgb(176,113,48); }

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

background-color css

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

 a { background-color: rgb(176,113,48); }

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

border-color css

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

 span { border-color: rgb(176,113,48); }

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