Html Css Color HEX #B07533 Reno Sand

📋 copy color: '#B07533'

red 176 ◦ green 117 ◦ blue 51

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

Shades of Reno Sand #B07533

Tints of Reno Sand #B07533

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 51.16%
G = 34.01%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B07533 (or 0xB07533) is known color: Reno Sand. HEX triplet: B0, 75 and 33. RGB value is (176,117,51). Sum of RGB (Red+Green+Blue) = 176+117+51=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B07533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07533 is #4F8ACC. Grayscale: #7F7F7F. Windows color (decimal): -5212877 or 3372464. OLE color: 3372464.

HSL color Cylindrical-coordinate representation of color #B07533: hue angle of 31.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B07533 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 51 -
CMYK 0 0.34 0.71 0.31
HSL 31.68º 0.55% 0.45% -
HSV(B) 31.68º 0.71% 0.69% -
XYZ 24.86 22.19 6.1 -
YUV 127.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 176 117 51 0 0.34 0.71 0.31 31.68 0.55 0.45
Hex B0 75 33 0 22 47 1F 20 37 2D
Octal 260 165 63 0 42 107 37 40 67 55
Binary 10110000 1110101 110011 0 100010 1000111 11111 100000 110111 101101

Color Harmonies of #B07533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07533

Black with #B07533

Text Example


Text Example

White with #B07533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07533; }

 p { color: rgb(176,117,51); }

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

background-color css

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

 a { background-color: rgb(176,117,51); }

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

border-color css

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

 span { border-color: rgb(176,117,51); }

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