Html Css Color HEX #B27438 Reno Sand

📋 copy color: '#B27438'

red 178 ◦ green 116 ◦ blue 56

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

Shades of Reno Sand #B27438

Tints of Reno Sand #B27438

RGB

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

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

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

R = 50.86%
G = 33.14%
B = 16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B27438 (or 0xB27438) is known color: Reno Sand. HEX triplet: B2, 74 and 38. RGB value is (178,116,56). Sum of RGB (Red+Green+Blue) = 178+116+56=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B27438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27438 is #4D8BC7. Grayscale: #808080. Windows color (decimal): -5082056 or 3699890. OLE color: 3699890.

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

Color convert

RGB 178 116 56 -
CMYK 0 0.35 0.69 0.30
HSL 29.51º 0.52% 0.46% -
HSV(B) 29.51º 0.69% 0.7% -
XYZ 25.32 22.24 6.7 -
YUV 127.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 178 116 56 0 0.35 0.69 0.30 29.51 0.52 0.46
Hex B2 74 38 0 23 45 1E 1E 34 2E
Octal 262 164 70 0 43 105 36 36 64 56
Binary 10110010 1110100 111000 0 100011 1000101 11110 11110 110100 101110

Color Harmonies of #B27438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27438

Black with #B27438

Text Example


Text Example

White with #B27438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27438; }

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

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

background-color css

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

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

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

border-color css

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

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

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