Html Css Color HEX #B2773C Reno Sand

📋 copy color: '#B2773C'

red 178 ◦ green 119 ◦ blue 60

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

Shades of Reno Sand #B2773C

Tints of Reno Sand #B2773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 49.86%
G = 33.33%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2773C (or 0xB2773C) is known color: Reno Sand. HEX triplet: B2, 77 and 3C. RGB value is (178,119,60). Sum of RGB (Red+Green+Blue) = 178+119+60=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2773C is #4D88C3. Grayscale: #828282. Windows color (decimal): -5081284 or 3962802. OLE color: 3962802.

HSL color Cylindrical-coordinate representation of color #B2773C: hue angle of 30º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2773C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 60 -
CMYK 0 0.33 0.66 0.30
HSL 30º 0.5% 0.47% -
HSV(B) 30º 0.66% 0.7% -
XYZ 25.77 22.98 7.35 -
YUV 129.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 178 119 60 0 0.33 0.66 0.30 30 0.5 0.47
Hex B2 77 3C 0 21 42 1E 1E 32 2F
Octal 262 167 74 0 41 102 36 36 62 57
Binary 10110010 1110111 111100 0 100001 1000010 11110 11110 110010 101111

Color Harmonies of #B2773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2773C

Black with #B2773C

Text Example


Text Example

White with #B2773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2773C; }

 p { color: rgb(178,119,60); }

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

background-color css

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

 a { background-color: rgb(178,119,60); }

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

border-color css

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

 span { border-color: rgb(178,119,60); }

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