Html Css Color HEX #B07030 Reno Sand

📋 copy color: '#B07030'

red 176 ◦ green 112 ◦ blue 48

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

Shades of Reno Sand #B07030

Tints of Reno Sand #B07030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 52.38%
G = 33.33%
B = 14.29%

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

#B07030 (or 0xB07030) is known color: Reno Sand. HEX triplet: B0, 70 and 30. RGB value is (176,112,48). Sum of RGB (Red+Green+Blue) = 176+112+48=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B07030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07030 is #4F8FCF. Grayscale: #7C7C7C. Windows color (decimal): -5214160 or 3174576. OLE color: 3174576.

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

Color convert

RGB 176 112 48 -
CMYK 0 0.36 0.73 0.31
HSL 30º 0.57% 0.44% -
HSV(B) 30º 0.73% 0.69% -
XYZ 24.23 21.03 5.58 -
YUV 123.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 176 112 48 0 0.36 0.73 0.31 30 0.57 0.44
Hex B0 70 30 0 24 49 1F 1E 39 2C
Octal 260 160 60 0 44 111 37 36 71 54
Binary 10110000 1110000 110000 0 100100 1001001 11111 11110 111001 101100

Color Harmonies of #B07030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07030

Black with #B07030

Text Example


Text Example

White with #B07030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07030; }

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

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

background-color css

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

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

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

border-color css

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

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

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