Html Css Color HEX #B06830 Reno Sand

📋 copy color: '#B06830'

red 176 ◦ green 104 ◦ blue 48

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

Shades of Reno Sand #B06830

Tints of Reno Sand #B06830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

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

R = 53.66%
G = 31.71%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06830 (or 0xB06830) is known color: Reno Sand. HEX triplet: B0, 68 and 30. RGB value is (176,104,48). Sum of RGB (Red+Green+Blue) = 176+104+48=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B06830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06830 is #4F97CF. Grayscale: #777777. Windows color (decimal): -5216208 or 3172528. OLE color: 3172528.

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

Color convert

RGB 176 104 48 -
CMYK 0 0.41 0.73 0.31
HSL 26.25º 0.57% 0.44% -
HSV(B) 26.25º 0.73% 0.69% -
XYZ 23.39 19.34 5.3 -
YUV 119.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 176 104 48 0 0.41 0.73 0.31 26.25 0.57 0.44
Hex B0 68 30 0 29 49 1F 1A 39 2C
Octal 260 150 60 0 51 111 37 32 71 54
Binary 10110000 1101000 110000 0 101001 1001001 11111 11010 111001 101100

Color Harmonies of #B06830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06830

Black with #B06830

Text Example


Text Example

White with #B06830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06830; }

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

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

background-color css

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

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

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

border-color css

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

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

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