Html Css Color HEX #B27635 Reno Sand

📋 copy color: '#B27635'

red 178 ◦ green 118 ◦ blue 53

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

Shades of Reno Sand #B27635

Tints of Reno Sand #B27635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.81%

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

R = 51%
G = 33.81%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B27635 (or 0xB27635) is known color: Reno Sand. HEX triplet: B2, 76 and 35. RGB value is (178,118,53). Sum of RGB (Red+Green+Blue) = 178+118+53=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B27635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27635 is #4D89CA. Grayscale: #808080. Windows color (decimal): -5081547 or 3503794. OLE color: 3503794.

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

Color convert

RGB 178 118 53 -
CMYK 0 0.34 0.70 0.30
HSL 31.2º 0.54% 0.45% -
HSV(B) 31.2º 0.7% 0.7% -
XYZ 25.48 22.68 6.4 -
YUV 128.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 178 118 53 0 0.34 0.70 0.30 31.2 0.54 0.45
Hex B2 76 35 0 22 46 1E 1F 36 2D
Octal 262 166 65 0 42 106 36 37 66 55
Binary 10110010 1110110 110101 0 100010 1000110 11110 11111 110110 101101

Color Harmonies of #B27635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27635

Black with #B27635

Text Example


Text Example

White with #B27635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27635; }

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

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

background-color css

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

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

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

border-color css

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

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

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