Html Css Color HEX #B36629 Reno Sand

📋 copy color: '#B36629'

red 179 ◦ green 102 ◦ blue 41

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

Shades of Reno Sand #B36629

Tints of Reno Sand #B36629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 41 (16.41% from 255) = 12.73%

R = 55.59%
G = 31.68%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B36629 (or 0xB36629) is known color: Reno Sand. HEX triplet: B3, 66 and 29. RGB value is (179,102,41). Sum of RGB (Red+Green+Blue) = 179+102+41=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B36629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36629 is #4C99D6. Grayscale: #767676. Windows color (decimal): -5020119 or 2713267. OLE color: 2713267.

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

Color convert

RGB 179 102 41 -
CMYK 0 0.43 0.77 0.30
HSL 26.52º 0.63% 0.43% -
HSV(B) 26.52º 0.77% 0.7% -
XYZ 23.74 19.25 4.56 -
YUV 118.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 179 102 41 0 0.43 0.77 0.30 26.52 0.63 0.43
Hex B3 66 29 0 2B 4D 1E 1B 3F 2B
Octal 263 146 51 0 53 115 36 33 77 53
Binary 10110011 1100110 101001 0 101011 1001101 11110 11011 111111 101011

Color Harmonies of #B36629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36629

Black with #B36629

Text Example


Text Example

White with #B36629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36629; }

 p { color: rgb(179,102,41); }

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

background-color css

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

 a { background-color: rgb(179,102,41); }

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

border-color css

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

 span { border-color: rgb(179,102,41); }

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