Html Css Color HEX #B27435 Reno Sand

📋 copy color: '#B27435'

red 178 ◦ green 116 ◦ blue 53

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

Shades of Reno Sand #B27435

Tints of Reno Sand #B27435

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 51.3%
G = 33.43%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B27435 (or 0xB27435) is known color: Reno Sand. HEX triplet: B2, 74 and 35. RGB value is (178,116,53). Sum of RGB (Red+Green+Blue) = 178+116+53=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27435 is #4D8BCA. Grayscale: #7F7F7F. Windows color (decimal): -5082059 or 3503282. OLE color: 3503282.

HSL color Cylindrical-coordinate representation of color #B27435: hue angle of 30.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B27435 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 53 -
CMYK 0 0.35 0.70 0.30
HSL 30.24º 0.54% 0.45% -
HSV(B) 30.24º 0.7% 0.7% -
XYZ 25.25 22.21 6.32 -
YUV 127.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 178 116 53 0 0.35 0.70 0.30 30.24 0.54 0.45
Hex B2 74 35 0 23 46 1E 1E 36 2D
Octal 262 164 65 0 43 106 36 36 66 55
Binary 10110010 1110100 110101 0 100011 1000110 11110 11110 110110 101101

Color Harmonies of #B27435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27435

Black with #B27435

Text Example


Text Example

White with #B27435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27435; }

 p { color: rgb(178,116,53); }

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

background-color css

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

 a { background-color: rgb(178,116,53); }

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

border-color css

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

 span { border-color: rgb(178,116,53); }

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