Html Css Color HEX #B2702E Reno Sand

📋 copy color: '#B2702E'

red 178 ◦ green 112 ◦ blue 46

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

Shades of Reno Sand #B2702E

Tints of Reno Sand #B2702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 52.98%
G = 33.33%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2702E (or 0xB2702E) is known color: Reno Sand. HEX triplet: B2, 70 and 2E. RGB value is (178,112,46). Sum of RGB (Red+Green+Blue) = 178+112+46=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2702E is #4D8FD1. Grayscale: #7C7C7C. Windows color (decimal): -5083090 or 3043506. OLE color: 3043506.

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

Color convert

RGB 178 112 46 -
CMYK 0 0.37 0.74 0.30
HSL 30º 0.59% 0.44% -
HSV(B) 30º 0.74% 0.7% -
XYZ 24.65 21.25 5.39 -
YUV 124.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 178 112 46 0 0.37 0.74 0.30 30 0.59 0.44
Hex B2 70 2E 0 25 4A 1E 1E 3B 2C
Octal 262 160 56 0 45 112 36 36 73 54
Binary 10110010 1110000 101110 0 100101 1001010 11110 11110 111011 101100

Color Harmonies of #B2702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2702E

Black with #B2702E

Text Example


Text Example

White with #B2702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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