Html Css Color HEX #B26D2F Reno Sand

📋 copy color: '#B26D2F'

red 178 ◦ green 109 ◦ blue 47

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

Shades of Reno Sand #B26D2F

Tints of Reno Sand #B26D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 53.29%
G = 32.63%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B26D2F (or 0xB26D2F) is known color: Reno Sand. HEX triplet: B2, 6D and 2F. RGB value is (178,109,47). Sum of RGB (Red+Green+Blue) = 178+109+47=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D2F is #4D92D0. Grayscale: #7A7A7A. Windows color (decimal): -5083857 or 3108274. OLE color: 3108274.

HSL color Cylindrical-coordinate representation of color #B26D2F: hue angle of 28.4º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B26D2F is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 109 47 -
CMYK 0 0.39 0.74 0.30
HSL 28.4º 0.58% 0.44% -
HSV(B) 28.4º 0.74% 0.7% -
XYZ 24.34 20.61 5.38 -
YUV 122.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 178 109 47 0 0.39 0.74 0.30 28.4 0.58 0.44
Hex B2 6D 2F 0 27 4A 1E 1C 3A 2C
Octal 262 155 57 0 47 112 36 34 72 54
Binary 10110010 1101101 101111 0 100111 1001010 11110 11100 111010 101100

Color Harmonies of #B26D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D2F

Black with #B26D2F

Text Example


Text Example

White with #B26D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D2F; }

 p { color: rgb(178,109,47); }

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

background-color css

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

 a { background-color: rgb(178,109,47); }

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

border-color css

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

 span { border-color: rgb(178,109,47); }

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