Html Css Color HEX #B27738 Reno Sand

📋 copy color: '#B27738'

red 178 ◦ green 119 ◦ blue 56

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

Shades of Reno Sand #B27738

Tints of Reno Sand #B27738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 50.42%
G = 33.71%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B27738 (or 0xB27738) is known color: Reno Sand. HEX triplet: B2, 77 and 38. RGB value is (178,119,56). Sum of RGB (Red+Green+Blue) = 178+119+56=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B27738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27738 is #4D88C7. Grayscale: #818181. Windows color (decimal): -5081288 or 3700658. OLE color: 3700658.

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

Color convert

RGB 178 119 56 -
CMYK 0 0.33 0.69 0.30
HSL 30.98º 0.52% 0.46% -
HSV(B) 30.98º 0.69% 0.7% -
XYZ 25.67 22.94 6.82 -
YUV 129.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 178 119 56 0 0.33 0.69 0.30 30.98 0.52 0.46
Hex B2 77 38 0 21 45 1E 1F 34 2E
Octal 262 167 70 0 41 105 36 37 64 56
Binary 10110010 1110111 111000 0 100001 1000101 11110 11111 110100 101110

Color Harmonies of #B27738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27738

Black with #B27738

Text Example


Text Example

White with #B27738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27738; }

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

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

background-color css

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

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

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

border-color css

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

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

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