Html Css Color HEX #B07035 Reno Sand

📋 copy color: '#B07035'

red 176 ◦ green 112 ◦ blue 53

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

Shades of Reno Sand #B07035

Tints of Reno Sand #B07035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.54%

R = 51.61%
G = 32.84%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B07035 (or 0xB07035) is known color: Reno Sand. HEX triplet: B0, 70 and 35. RGB value is (176,112,53). Sum of RGB (Red+Green+Blue) = 176+112+53=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B07035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07035 is #4F8FCA. Grayscale: #7C7C7C. Windows color (decimal): -5214155 or 3502256. OLE color: 3502256.

HSL color Cylindrical-coordinate representation of color #B07035: hue angle of 28.78º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B07035 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 53 -
CMYK 0 0.36 0.70 0.31
HSL 28.78º 0.54% 0.45% -
HSV(B) 28.78º 0.7% 0.69% -
XYZ 24.34 21.08 6.15 -
YUV 124.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 176 112 53 0 0.36 0.70 0.31 28.78 0.54 0.45
Hex B0 70 35 0 24 46 1F 1D 36 2D
Octal 260 160 65 0 44 106 37 35 66 55
Binary 10110000 1110000 110101 0 100100 1000110 11111 11101 110110 101101

Color Harmonies of #B07035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07035

Black with #B07035

Text Example


Text Example

White with #B07035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07035; }

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

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

background-color css

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

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

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

border-color css

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

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

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