Html Css Color HEX #B06D30 Reno Sand

📋 copy color: '#B06D30'

red 176 ◦ green 109 ◦ blue 48

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

Shades of Reno Sand #B06D30

Tints of Reno Sand #B06D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 52.85%
G = 32.73%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06D30 (or 0xB06D30) is known color: Reno Sand. HEX triplet: B0, 6D and 30. RGB value is (176,109,48). Sum of RGB (Red+Green+Blue) = 176+109+48=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D30 is #4F92CF. Grayscale: #7A7A7A. Windows color (decimal): -5214928 or 3173808. OLE color: 3173808.

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

Color convert

RGB 176 109 48 -
CMYK 0 0.38 0.73 0.31
HSL 28.59º 0.57% 0.44% -
HSV(B) 28.59º 0.73% 0.69% -
XYZ 23.91 20.38 5.47 -
YUV 122.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 176 109 48 0 0.38 0.73 0.31 28.59 0.57 0.44
Hex B0 6D 30 0 26 49 1F 1D 39 2C
Octal 260 155 60 0 46 111 37 35 71 54
Binary 10110000 1101101 110000 0 100110 1001001 11111 11101 111001 101100

Color Harmonies of #B06D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D30

Black with #B06D30

Text Example


Text Example

White with #B06D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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