Html Css Color HEX #B5672E Reno Sand

📋 copy color: '#B5672E'

red 181 ◦ green 103 ◦ blue 46

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

Shades of Reno Sand #B5672E

Tints of Reno Sand #B5672E

RGB

 RED value IS 181 (71.09% from 255) = 54.85%

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 54.85%
G = 31.21%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5672E (or 0xB5672E) is known color: Reno Sand. HEX triplet: B5, 67 and 2E. RGB value is (181,103,46). Sum of RGB (Red+Green+Blue) = 181+103+46=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5672E is #4A98D1. Grayscale: #787878. Windows color (decimal): -4888786 or 3041205. OLE color: 3041205.

HSL color Cylindrical-coordinate representation of color #B5672E: hue angle of 25.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5672E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 103 46 -
CMYK 0 0.43 0.75 0.29
HSL 25.33º 0.59% 0.45% -
HSV(B) 25.33º 0.75% 0.71% -
XYZ 24.4 19.72 5.11 -
YUV 119.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 181 103 46 0 0.43 0.75 0.29 25.33 0.59 0.45
Hex B5 67 2E 0 2B 4B 1D 19 3B 2D
Octal 265 147 56 0 53 113 35 31 73 55
Binary 10110101 1100111 101110 0 101011 1001011 11101 11001 111011 101101

Color Harmonies of #B5672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5672E

Black with #B5672E

Text Example


Text Example

White with #B5672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5672E; }

 p { color: rgb(181,103,46); }

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

background-color css

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

 a { background-color: rgb(181,103,46); }

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

border-color css

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

 span { border-color: rgb(181,103,46); }

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