Html Css Color HEX #B36734 Reno Sand

📋 copy color: '#B36734'

red 179 ◦ green 103 ◦ blue 52

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

Shades of Reno Sand #B36734

Tints of Reno Sand #B36734

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 53.59%
G = 30.84%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B36734 (or 0xB36734) is known color: Reno Sand. HEX triplet: B3, 67 and 34. RGB value is (179,103,52). Sum of RGB (Red+Green+Blue) = 179+103+52=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B36734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36734 is #4C98CB. Grayscale: #787878. Windows color (decimal): -5019852 or 3434419. OLE color: 3434419.

HSL color Cylindrical-coordinate representation of color #B36734: hue angle of 24.09º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B36734 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 52 -
CMYK 0 0.42 0.71 0.30
HSL 24.09º 0.55% 0.45% -
HSV(B) 24.09º 0.71% 0.7% -
XYZ 24.06 19.53 5.75 -
YUV 119.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 179 103 52 0 0.42 0.71 0.30 24.09 0.55 0.45
Hex B3 67 34 0 2A 47 1E 18 37 2D
Octal 263 147 64 0 52 107 36 30 67 55
Binary 10110011 1100111 110100 0 101010 1000111 11110 11000 110111 101101

Color Harmonies of #B36734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36734

Black with #B36734

Text Example


Text Example

White with #B36734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36734; }

 p { color: rgb(179,103,52); }

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

background-color css

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

 a { background-color: rgb(179,103,52); }

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

border-color css

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

 span { border-color: rgb(179,103,52); }

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