Html Css Color HEX #B2783D Reno Sand

📋 copy color: '#B2783D'

red 178 ◦ green 120 ◦ blue 61

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

Shades of Reno Sand #B2783D

Tints of Reno Sand #B2783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 49.58%
G = 33.43%
B = 16.99%

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

#B2783D (or 0xB2783D) is known color: Reno Sand. HEX triplet: B2, 78 and 3D. RGB value is (178,120,61). Sum of RGB (Red+Green+Blue) = 178+120+61=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2783D is #4D87C2. Grayscale: #828282. Windows color (decimal): -5081027 or 4028594. OLE color: 4028594.

HSL color Cylindrical-coordinate representation of color #B2783D: hue angle of 30.26º degrees, saturation: 0.49, 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 #B2783D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 61 -
CMYK 0 0.33 0.66 0.30
HSL 30.26º 0.49% 0.47% -
HSV(B) 30.26º 0.66% 0.7% -
XYZ 25.92 23.23 7.53 -
YUV 130.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 178 120 61 0 0.33 0.66 0.30 30.26 0.49 0.47
Hex B2 78 3D 0 21 42 1E 1E 31 2F
Octal 262 170 75 0 41 102 36 36 61 57
Binary 10110010 1111000 111101 0 100001 1000010 11110 11110 110001 101111

Color Harmonies of #B2783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2783D

Black with #B2783D

Text Example


Text Example

White with #B2783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2783D; }

 p { color: rgb(178,120,61); }

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

background-color css

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

 a { background-color: rgb(178,120,61); }

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

border-color css

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

 span { border-color: rgb(178,120,61); }

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