Html Css Color HEX #B06827 Reno Sand

📋 copy color: '#B06827'

red 176 ◦ green 104 ◦ blue 39

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

Shades of Reno Sand #B06827

Tints of Reno Sand #B06827

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

 BLUE value IS 39 (15.63% from 255) = 12.23%

R = 55.17%
G = 32.6%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06827 (or 0xB06827) is known color: Reno Sand. HEX triplet: B0, 68 and 27. RGB value is (176,104,39). Sum of RGB (Red+Green+Blue) = 176+104+39=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B06827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06827 is #4F97D8. Grayscale: #767676. Windows color (decimal): -5216217 or 2582704. OLE color: 2582704.

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

Color convert

RGB 176 104 39 -
CMYK 0 0.41 0.78 0.31
HSL 28.47º 0.64% 0.42% -
HSV(B) 28.47º 0.78% 0.69% -
XYZ 23.22 19.28 4.42 -
YUV 118.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 176 104 39 0 0.41 0.78 0.31 28.47 0.64 0.42
Hex B0 68 27 0 29 4E 1F 1C 40 2A
Octal 260 150 47 0 51 116 37 34 100 52
Binary 10110000 1101000 100111 0 101001 1001110 11111 11100 1000000 101010

Color Harmonies of #B06827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06827

Black with #B06827

Text Example


Text Example

White with #B06827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06827; }

 p { color: rgb(176,104,39); }

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

background-color css

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

 a { background-color: rgb(176,104,39); }

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

border-color css

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

 span { border-color: rgb(176,104,39); }

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