Html Css Color HEX #B4682A Reno Sand

📋 copy color: '#B4682A'

red 180 ◦ green 104 ◦ blue 42

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

Shades of Reno Sand #B4682A

Tints of Reno Sand #B4682A

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 55.21%
G = 31.9%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4682A (or 0xB4682A) is known color: Reno Sand. HEX triplet: B4, 68 and 2A. RGB value is (180,104,42). Sum of RGB (Red+Green+Blue) = 180+104+42=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4682A is #4B97D5. Grayscale: #777777. Windows color (decimal): -4954070 or 2779316. OLE color: 2779316.

HSL color Cylindrical-coordinate representation of color #B4682A: hue angle of 26.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4682A is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 42 -
CMYK 0 0.42 0.77 0.29
HSL 26.96º 0.62% 0.44% -
HSV(B) 26.96º 0.77% 0.71% -
XYZ 24.19 19.77 4.73 -
YUV 119.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 180 104 42 0 0.42 0.77 0.29 26.96 0.62 0.44
Hex B4 68 2A 0 2A 4D 1D 1B 3E 2C
Octal 264 150 52 0 52 115 35 33 76 54
Binary 10110100 1101000 101010 0 101010 1001101 11101 11011 111110 101100

Color Harmonies of #B4682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4682A

Black with #B4682A

Text Example


Text Example

White with #B4682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4682A; }

 p { color: rgb(180,104,42); }

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

background-color css

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

 a { background-color: rgb(180,104,42); }

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

border-color css

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

 span { border-color: rgb(180,104,42); }

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