Html Css Color HEX #B06934 Reno Sand

📋 copy color: '#B06934'

red 176 ◦ green 105 ◦ blue 52

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

Shades of Reno Sand #B06934

Tints of Reno Sand #B06934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 52.85%
G = 31.53%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06934 (or 0xB06934) is known color: Reno Sand. HEX triplet: B0, 69 and 34. RGB value is (176,105,52). Sum of RGB (Red+Green+Blue) = 176+105+52=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B06934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06934 is #4F96CB. Grayscale: #787878. Windows color (decimal): -5215948 or 3434928. OLE color: 3434928.

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

Color convert

RGB 176 105 52 -
CMYK 0 0.40 0.70 0.31
HSL 25.65º 0.54% 0.45% -
HSV(B) 25.65º 0.7% 0.69% -
XYZ 23.58 19.58 5.79 -
YUV 120.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 176 105 52 0 0.40 0.70 0.31 25.65 0.54 0.45
Hex B0 69 34 0 28 46 1F 1A 36 2D
Octal 260 151 64 0 50 106 37 32 66 55
Binary 10110000 1101001 110100 0 101000 1000110 11111 11010 110110 101101

Color Harmonies of #B06934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06934

Black with #B06934

Text Example


Text Example

White with #B06934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06934; }

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

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

background-color css

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

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

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

border-color css

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

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

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