Html Css Color HEX #B06834 Reno Sand

📋 copy color: '#B06834'

red 176 ◦ green 104 ◦ blue 52

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

Shades of Reno Sand #B06834

Tints of Reno Sand #B06834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 53.01%
G = 31.33%
B = 15.66%

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

#B06834 (or 0xB06834) is known color: Reno Sand. HEX triplet: B0, 68 and 34. RGB value is (176,104,52). Sum of RGB (Red+Green+Blue) = 176+104+52=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B06834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06834 is #4F97CB. Grayscale: #777777. Windows color (decimal): -5216204 or 3434672. OLE color: 3434672.

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

Color convert

RGB 176 104 52 -
CMYK 0 0.41 0.70 0.31
HSL 25.16º 0.54% 0.45% -
HSV(B) 25.16º 0.7% 0.69% -
XYZ 23.47 19.38 5.75 -
YUV 119.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 176 104 52 0 0.41 0.70 0.31 25.16 0.54 0.45
Hex B0 68 34 0 29 46 1F 19 36 2D
Octal 260 150 64 0 51 106 37 31 66 55
Binary 10110000 1101000 110100 0 101001 1000110 11111 11001 110110 101101

Color Harmonies of #B06834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06834

Black with #B06834

Text Example


Text Example

White with #B06834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06834; }

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

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

background-color css

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

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

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

border-color css

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

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

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