Html Css Color HEX #B5672A Reno Sand

📋 copy color: '#B5672A'

red 181 ◦ green 103 ◦ blue 42

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

Shades of Reno Sand #B5672A

Tints of Reno Sand #B5672A

RGB

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

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

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

R = 55.52%
G = 31.6%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5672A (or 0xB5672A) is known color: Reno Sand. HEX triplet: B5, 67 and 2A. RGB value is (181,103,42). Sum of RGB (Red+Green+Blue) = 181+103+42=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5672A is #4A98D5. Grayscale: #777777. Windows color (decimal): -4888790 or 2779061. OLE color: 2779061.

HSL color Cylindrical-coordinate representation of color #B5672A: hue angle of 26.33º 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 #B5672A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 103 42 -
CMYK 0 0.43 0.77 0.29
HSL 26.33º 0.62% 0.44% -
HSV(B) 26.33º 0.77% 0.71% -
XYZ 24.32 19.69 4.71 -
YUV 119.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 181 103 42 0 0.43 0.77 0.29 26.33 0.62 0.44
Hex B5 67 2A 0 2B 4D 1D 1A 3E 2C
Octal 265 147 52 0 53 115 35 32 76 54
Binary 10110101 1100111 101010 0 101011 1001101 11101 11010 111110 101100

Color Harmonies of #B5672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5672A

Black with #B5672A

Text Example


Text Example

White with #B5672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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