Html Css Color HEX #B06D34 Reno Sand

📋 copy color: '#B06D34'

red 176 ◦ green 109 ◦ blue 52

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

Shades of Reno Sand #B06D34

Tints of Reno Sand #B06D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 52.23%
G = 32.34%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06D34 (or 0xB06D34) is known color: Reno Sand. HEX triplet: B0, 6D and 34. RGB value is (176,109,52). Sum of RGB (Red+Green+Blue) = 176+109+52=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D34 is #4F92CB. Grayscale: #7A7A7A. Windows color (decimal): -5214924 or 3435952. OLE color: 3435952.

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

Color convert

RGB 176 109 52 -
CMYK 0 0.38 0.70 0.31
HSL 27.58º 0.54% 0.45% -
HSV(B) 27.58º 0.7% 0.69% -
XYZ 23.99 20.42 5.92 -
YUV 122.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 176 109 52 0 0.38 0.70 0.31 27.58 0.54 0.45
Hex B0 6D 34 0 26 46 1F 1C 36 2D
Octal 260 155 64 0 46 106 37 34 66 55
Binary 10110000 1101101 110100 0 100110 1000110 11111 11100 110110 101101

Color Harmonies of #B06D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D34

Black with #B06D34

Text Example


Text Example

White with #B06D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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