Html Css Color HEX #B06D25 Reno Sand

📋 copy color: '#B06D25'

red 176 ◦ green 109 ◦ blue 37

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

Shades of Reno Sand #B06D25

Tints of Reno Sand #B06D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 54.66%
G = 33.85%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B06D25 (or 0xB06D25) is known color: Reno Sand. HEX triplet: B0, 6D and 25. RGB value is (176,109,37). Sum of RGB (Red+Green+Blue) = 176+109+37=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D25 is #4F92DA. Grayscale: #797979. Windows color (decimal): -5214939 or 2452912. OLE color: 2452912.

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

Color convert

RGB 176 109 37 -
CMYK 0 0.38 0.79 0.31
HSL 31.08º 0.65% 0.42% -
HSV(B) 31.08º 0.79% 0.69% -
XYZ 23.71 20.3 4.42 -
YUV 120.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 176 109 37 0 0.38 0.79 0.31 31.08 0.65 0.42
Hex B0 6D 25 0 26 4F 1F 1F 41 2A
Octal 260 155 45 0 46 117 37 37 101 52
Binary 10110000 1101101 100101 0 100110 1001111 11111 11111 1000001 101010

Color Harmonies of #B06D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D25

Black with #B06D25

Text Example


Text Example

White with #B06D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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