Html Css Color HEX #B06A30 Reno Sand

📋 copy color: '#B06A30'

red 176 ◦ green 106 ◦ blue 48

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

Shades of Reno Sand #B06A30

Tints of Reno Sand #B06A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

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

R = 53.33%
G = 32.12%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06A30 (or 0xB06A30) is known color: Reno Sand. HEX triplet: B0, 6A and 30. RGB value is (176,106,48). Sum of RGB (Red+Green+Blue) = 176+106+48=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A30 is #4F95CF. Grayscale: #787878. Windows color (decimal): -5215696 or 3173040. OLE color: 3173040.

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

Color convert

RGB 176 106 48 -
CMYK 0 0.40 0.73 0.31
HSL 27.19º 0.57% 0.44% -
HSV(B) 27.19º 0.73% 0.69% -
XYZ 23.59 19.75 5.37 -
YUV 120.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 176 106 48 0 0.40 0.73 0.31 27.19 0.57 0.44
Hex B0 6A 30 0 28 49 1F 1B 39 2C
Octal 260 152 60 0 50 111 37 33 71 54
Binary 10110000 1101010 110000 0 101000 1001001 11111 11011 111001 101100

Color Harmonies of #B06A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A30

Black with #B06A30

Text Example


Text Example

White with #B06A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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