Html Css Color HEX #B06530 Reno Sand

📋 copy color: '#B06530'

red 176 ◦ green 101 ◦ blue 48

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

Shades of Reno Sand #B06530

Tints of Reno Sand #B06530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 54.15%
G = 31.08%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06530 (or 0xB06530) is known color: Reno Sand. HEX triplet: B0, 65 and 30. RGB value is (176,101,48). Sum of RGB (Red+Green+Blue) = 176+101+48=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06530 is #4F9ACF. Grayscale: #757575. Windows color (decimal): -5216976 or 3171760. OLE color: 3171760.

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

Color convert

RGB 176 101 48 -
CMYK 0 0.43 0.73 0.31
HSL 24.84º 0.57% 0.44% -
HSV(B) 24.84º 0.73% 0.69% -
XYZ 23.09 18.75 5.2 -
YUV 117.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 176 101 48 0 0.43 0.73 0.31 24.84 0.57 0.44
Hex B0 65 30 0 2B 49 1F 19 39 2C
Octal 260 145 60 0 53 111 37 31 71 54
Binary 10110000 1100101 110000 0 101011 1001001 11111 11001 111001 101100

Color Harmonies of #B06530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06530

Black with #B06530

Text Example


Text Example

White with #B06530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06530; }

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

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

background-color css

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

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

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

border-color css

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

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

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