Html Css Color HEX #B2712B Reno Sand

📋 copy color: '#B2712B'

red 178 ◦ green 113 ◦ blue 43

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

Shades of Reno Sand #B2712B

Tints of Reno Sand #B2712B

RGB

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

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

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

R = 53.29%
G = 33.83%
B = 12.87%

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

#B2712B (or 0xB2712B) is known color: Reno Sand. HEX triplet: B2, 71 and 2B. RGB value is (178,113,43). Sum of RGB (Red+Green+Blue) = 178+113+43=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2712B is #4D8ED4. Grayscale: #7C7C7C. Windows color (decimal): -5082837 or 2847154. OLE color: 2847154.

HSL color Cylindrical-coordinate representation of color #B2712B: hue angle of 31.11º degrees, saturation: 0.61, 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 #B2712B is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 43 -
CMYK 0 0.37 0.76 0.30
HSL 31.11º 0.61% 0.43% -
HSV(B) 31.11º 0.76% 0.7% -
XYZ 24.7 21.45 5.12 -
YUV 124.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 178 113 43 0 0.37 0.76 0.30 31.11 0.61 0.43
Hex B2 71 2B 0 25 4C 1E 1F 3D 2B
Octal 262 161 53 0 45 114 36 37 75 53
Binary 10110010 1110001 101011 0 100101 1001100 11110 11111 111101 101011

Color Harmonies of #B2712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2712B

Black with #B2712B

Text Example


Text Example

White with #B2712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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