Html Css Color HEX #B06630 Reno Sand

📋 copy color: '#B06630'

red 176 ◦ green 102 ◦ blue 48

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

Shades of Reno Sand #B06630

Tints of Reno Sand #B06630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 53.99%
G = 31.29%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06630 (or 0xB06630) is known color: Reno Sand. HEX triplet: B0, 66 and 30. RGB value is (176,102,48). Sum of RGB (Red+Green+Blue) = 176+102+48=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B06630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06630 is #4F99CF. Grayscale: #767676. Windows color (decimal): -5216720 or 3172016. OLE color: 3172016.

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

Color convert

RGB 176 102 48 -
CMYK 0 0.42 0.73 0.31
HSL 25.31º 0.57% 0.44% -
HSV(B) 25.31º 0.73% 0.69% -
XYZ 23.19 18.95 5.23 -
YUV 117.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 176 102 48 0 0.42 0.73 0.31 25.31 0.57 0.44
Hex B0 66 30 0 2A 49 1F 19 39 2C
Octal 260 146 60 0 52 111 37 31 71 54
Binary 10110000 1100110 110000 0 101010 1001001 11111 11001 111001 101100

Color Harmonies of #B06630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06630

Black with #B06630

Text Example


Text Example

White with #B06630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06630; }

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

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

background-color css

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

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

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

border-color css

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

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

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