Html Css Color HEX #B07335 Reno Sand

📋 copy color: '#B07335'

red 176 ◦ green 115 ◦ blue 53

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

Shades of Reno Sand #B07335

Tints of Reno Sand #B07335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 51.16%
G = 33.43%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B07335 (or 0xB07335) is known color: Reno Sand. HEX triplet: B0, 73 and 35. RGB value is (176,115,53). Sum of RGB (Red+Green+Blue) = 176+115+53=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B07335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07335 is #4F8CCA. Grayscale: #7E7E7E. Windows color (decimal): -5213387 or 3503024. OLE color: 3503024.

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

Color convert

RGB 176 115 53 -
CMYK 0 0.35 0.70 0.31
HSL 30.24º 0.54% 0.45% -
HSV(B) 30.24º 0.7% 0.69% -
XYZ 24.68 21.75 6.27 -
YUV 126.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 176 115 53 0 0.35 0.70 0.31 30.24 0.54 0.45
Hex B0 73 35 0 23 46 1F 1E 36 2D
Octal 260 163 65 0 43 106 37 36 66 55
Binary 10110000 1110011 110101 0 100011 1000110 11111 11110 110110 101101

Color Harmonies of #B07335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07335

Black with #B07335

Text Example


Text Example

White with #B07335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07335; }

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

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

background-color css

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

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

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

border-color css

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

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

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