Html Css Color HEX #B36926 Reno Sand

📋 copy color: '#B36926'

red 179 ◦ green 105 ◦ blue 38

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

Shades of Reno Sand #B36926

Tints of Reno Sand #B36926

RGB

 RED value IS 179 (70.31% from 255) = 55.59%

 GREEN value IS 105 (41.41% from 255) = 32.61%

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 55.59%
G = 32.61%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B36926 (or 0xB36926) is known color: Reno Sand. HEX triplet: B3, 69 and 26. RGB value is (179,105,38). Sum of RGB (Red+Green+Blue) = 179+105+38=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B36926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36926 is #4C96D9. Grayscale: #777777. Windows color (decimal): -5019354 or 2517427. OLE color: 2517427.

HSL color Cylindrical-coordinate representation of color #B36926: hue angle of 28.51º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B36926 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 38 -
CMYK 0 0.41 0.79 0.30
HSL 28.51º 0.65% 0.43% -
HSV(B) 28.51º 0.79% 0.7% -
XYZ 23.99 19.83 4.4 -
YUV 119.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 179 105 38 0 0.41 0.79 0.30 28.51 0.65 0.43
Hex B3 69 26 0 29 4F 1E 1D 41 2B
Octal 263 151 46 0 51 117 36 35 101 53
Binary 10110011 1101001 100110 0 101001 1001111 11110 11101 1000001 101011

Color Harmonies of #B36926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36926

Black with #B36926

Text Example


Text Example

White with #B36926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36926; }

 p { color: rgb(179,105,38); }

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

background-color css

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

 a { background-color: rgb(179,105,38); }

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

border-color css

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

 span { border-color: rgb(179,105,38); }

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