Html Css Color HEX #B2712A Reno Sand

📋 copy color: '#B2712A'

red 178 ◦ green 113 ◦ blue 42

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

Shades of Reno Sand #B2712A

Tints of Reno Sand #B2712A

RGB

 RED value IS 178 (69.92% from 255) = 53.45%

 GREEN value IS 113 (44.53% from 255) = 33.93%

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

R = 53.45%
G = 33.93%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2712A (or 0xB2712A) is known color: Reno Sand. HEX triplet: B2, 71 and 2A. RGB value is (178,113,42). Sum of RGB (Red+Green+Blue) = 178+113+42=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2712A is #4D8ED5. Grayscale: #7C7C7C. Windows color (decimal): -5082838 or 2781618. OLE color: 2781618.

HSL color Cylindrical-coordinate representation of color #B2712A: hue angle of 31.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2712A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 42 -
CMYK 0 0.37 0.76 0.30
HSL 31.32º 0.62% 0.43% -
HSV(B) 31.32º 0.76% 0.7% -
XYZ 24.68 21.44 5.03 -
YUV 124.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 178 113 42 0 0.37 0.76 0.30 31.32 0.62 0.43
Hex B2 71 2A 0 25 4C 1E 1F 3E 2B
Octal 262 161 52 0 45 114 36 37 76 53
Binary 10110010 1110001 101010 0 100101 1001100 11110 11111 111110 101011

Color Harmonies of #B2712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2712A

Black with #B2712A

Text Example


Text Example

White with #B2712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2712A; }

 p { color: rgb(178,113,42); }

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

background-color css

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

 a { background-color: rgb(178,113,42); }

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

border-color css

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

 span { border-color: rgb(178,113,42); }

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