Html Css Color HEX #B2712C Reno Sand

📋 copy color: '#B2712C'

red 178 ◦ green 113 ◦ blue 44

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

Shades of Reno Sand #B2712C

Tints of Reno Sand #B2712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.13%

R = 53.13%
G = 33.73%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2712C (or 0xB2712C) is known color: Reno Sand. HEX triplet: B2, 71 and 2C. RGB value is (178,113,44). Sum of RGB (Red+Green+Blue) = 178+113+44=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2712C is #4D8ED3. Grayscale: #7C7C7C. Windows color (decimal): -5082836 or 2912690. OLE color: 2912690.

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

Color convert

RGB 178 113 44 -
CMYK 0 0.37 0.75 0.30
HSL 30.9º 0.6% 0.44% -
HSV(B) 30.9º 0.75% 0.7% -
XYZ 24.72 21.46 5.22 -
YUV 124.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 178 113 44 0 0.37 0.75 0.30 30.9 0.6 0.44
Hex B2 71 2C 0 25 4B 1E 1F 3C 2C
Octal 262 161 54 0 45 113 36 37 74 54
Binary 10110010 1110001 101100 0 100101 1001011 11110 11111 111100 101100

Color Harmonies of #B2712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2712C

Black with #B2712C

Text Example


Text Example

White with #B2712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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