Html Css Color HEX #B4682B Reno Sand

📋 copy color: '#B4682B'

red 180 ◦ green 104 ◦ blue 43

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

Shades of Reno Sand #B4682B

Tints of Reno Sand #B4682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 55.05%
G = 31.8%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4682B (or 0xB4682B) is known color: Reno Sand. HEX triplet: B4, 68 and 2B. RGB value is (180,104,43). Sum of RGB (Red+Green+Blue) = 180+104+43=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4682B is #4B97D4. Grayscale: #787878. Windows color (decimal): -4954069 or 2844852. OLE color: 2844852.

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

Color convert

RGB 180 104 43 -
CMYK 0 0.42 0.76 0.29
HSL 26.72º 0.61% 0.44% -
HSV(B) 26.72º 0.76% 0.71% -
XYZ 24.21 19.78 4.83 -
YUV 119.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 180 104 43 0 0.42 0.76 0.29 26.72 0.61 0.44
Hex B4 68 2B 0 2A 4C 1D 1B 3D 2C
Octal 264 150 53 0 52 114 35 33 75 54
Binary 10110100 1101000 101011 0 101010 1001100 11101 11011 111101 101100

Color Harmonies of #B4682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4682B

Black with #B4682B

Text Example


Text Example

White with #B4682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4682B; }

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

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

background-color css

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

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

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

border-color css

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

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

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