Html Css Color HEX #B06735 Reno Sand

📋 copy color: '#B06735'

red 176 ◦ green 103 ◦ blue 53

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

Shades of Reno Sand #B06735

Tints of Reno Sand #B06735

RGB

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

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

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

R = 53.01%
G = 31.02%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06735 (or 0xB06735) is known color: Reno Sand. HEX triplet: B0, 67 and 35. RGB value is (176,103,53). Sum of RGB (Red+Green+Blue) = 176+103+53=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B06735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06735 is #4F98CA. Grayscale: #777777. Windows color (decimal): -5216459 or 3499952. OLE color: 3499952.

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

Color convert

RGB 176 103 53 -
CMYK 0 0.41 0.70 0.31
HSL 24.39º 0.54% 0.45% -
HSV(B) 24.39º 0.7% 0.69% -
XYZ 23.4 19.19 5.84 -
YUV 119.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 176 103 53 0 0.41 0.70 0.31 24.39 0.54 0.45
Hex B0 67 35 0 29 46 1F 18 36 2D
Octal 260 147 65 0 51 106 37 30 66 55
Binary 10110000 1100111 110101 0 101001 1000110 11111 11000 110110 101101

Color Harmonies of #B06735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06735

Black with #B06735

Text Example


Text Example

White with #B06735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06735; }

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

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

background-color css

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

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

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

border-color css

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

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

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