Html Css Color HEX #B27739 Reno Sand

📋 copy color: '#B27739'

red 178 ◦ green 119 ◦ blue 57

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

Shades of Reno Sand #B27739

Tints of Reno Sand #B27739

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 57 (22.66% from 255) = 16.1%

R = 50.28%
G = 33.62%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B27739 (or 0xB27739) is known color: Reno Sand. HEX triplet: B2, 77 and 39. RGB value is (178,119,57). Sum of RGB (Red+Green+Blue) = 178+119+57=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B27739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27739 is #4D88C6. Grayscale: #818181. Windows color (decimal): -5081287 or 3766194. OLE color: 3766194.

HSL color Cylindrical-coordinate representation of color #B27739: hue angle of 30.74º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B27739 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 57 -
CMYK 0 0.33 0.68 0.30
HSL 30.74º 0.51% 0.46% -
HSV(B) 30.74º 0.68% 0.7% -
XYZ 25.7 22.95 6.95 -
YUV 129.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 178 119 57 0 0.33 0.68 0.30 30.74 0.51 0.46
Hex B2 77 39 0 21 44 1E 1F 33 2E
Octal 262 167 71 0 41 104 36 37 63 56
Binary 10110010 1110111 111001 0 100001 1000100 11110 11111 110011 101110

Color Harmonies of #B27739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27739

Black with #B27739

Text Example


Text Example

White with #B27739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27739; }

 p { color: rgb(178,119,57); }

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

background-color css

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

 a { background-color: rgb(178,119,57); }

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

border-color css

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

 span { border-color: rgb(178,119,57); }

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