Html Css Color HEX #B06732 Reno Sand

📋 copy color: '#B06732'

red 176 ◦ green 103 ◦ blue 50

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

Shades of Reno Sand #B06732

Tints of Reno Sand #B06732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 53.5%
G = 31.31%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B06732 (or 0xB06732) is known color: Reno Sand. HEX triplet: B0, 67 and 32. RGB value is (176,103,50). Sum of RGB (Red+Green+Blue) = 176+103+50=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06732 is #4F98CD. Grayscale: #777777. Windows color (decimal): -5216462 or 3303344. OLE color: 3303344.

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

Color convert

RGB 176 103 50 -
CMYK 0 0.41 0.72 0.31
HSL 25.24º 0.56% 0.44% -
HSV(B) 25.24º 0.72% 0.69% -
XYZ 23.33 19.16 5.49 -
YUV 118.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 176 103 50 0 0.41 0.72 0.31 25.24 0.56 0.44
Hex B0 67 32 0 29 48 1F 19 38 2C
Octal 260 147 62 0 51 110 37 31 70 54
Binary 10110000 1100111 110010 0 101001 1001000 11111 11001 111000 101100

Color Harmonies of #B06732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06732

Black with #B06732

Text Example


Text Example

White with #B06732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06732; }

 p { color: rgb(176,103,50); }

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

background-color css

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

 a { background-color: rgb(176,103,50); }

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

border-color css

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

 span { border-color: rgb(176,103,50); }

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