Html Css Color HEX #B06728 Reno Sand

📋 copy color: '#B06728'

red 176 ◦ green 103 ◦ blue 40

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

Shades of Reno Sand #B06728

Tints of Reno Sand #B06728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 55.17%
G = 32.29%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B06728 (or 0xB06728) is known color: Reno Sand. HEX triplet: B0, 67 and 28. RGB value is (176,103,40). Sum of RGB (Red+Green+Blue) = 176+103+40=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B06728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06728 is #4F98D7. Grayscale: #757575. Windows color (decimal): -5216472 or 2647984. OLE color: 2647984.

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

Color convert

RGB 176 103 40 -
CMYK 0 0.41 0.77 0.31
HSL 27.79º 0.63% 0.42% -
HSV(B) 27.79º 0.77% 0.69% -
XYZ 23.14 19.08 4.47 -
YUV 117.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 176 103 40 0 0.41 0.77 0.31 27.79 0.63 0.42
Hex B0 67 28 0 29 4D 1F 1C 3F 2A
Octal 260 147 50 0 51 115 37 34 77 52
Binary 10110000 1100111 101000 0 101001 1001101 11111 11100 111111 101010

Color Harmonies of #B06728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06728

Black with #B06728

Text Example


Text Example

White with #B06728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06728; }

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

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

background-color css

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

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

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

border-color css

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

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

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