Html Css Color HEX #B2702A Reno Sand

📋 copy color: '#B2702A'

red 178 ◦ green 112 ◦ blue 42

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

Shades of Reno Sand #B2702A

Tints of Reno Sand #B2702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 53.61%
G = 33.73%
B = 12.65%

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

#B2702A (or 0xB2702A) is known color: Reno Sand. HEX triplet: B2, 70 and 2A. RGB value is (178,112,42). Sum of RGB (Red+Green+Blue) = 178+112+42=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B2702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2702A is #4D8FD5. Grayscale: #7C7C7C. Windows color (decimal): -5083094 or 2781362. OLE color: 2781362.

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

Color convert

RGB 178 112 42 -
CMYK 0 0.37 0.76 0.30
HSL 30.88º 0.62% 0.43% -
HSV(B) 30.88º 0.76% 0.7% -
XYZ 24.57 21.22 4.99 -
YUV 123.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 178 112 42 0 0.37 0.76 0.30 30.88 0.62 0.43
Hex B2 70 2A 0 25 4C 1E 1F 3E 2B
Octal 262 160 52 0 45 114 36 37 76 53
Binary 10110010 1110000 101010 0 100101 1001100 11110 11111 111110 101011

Color Harmonies of #B2702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2702A

Black with #B2702A

Text Example


Text Example

White with #B2702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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