Html Css Color HEX #B2661E Reno Sand

📋 copy color: '#B2661E'

red 178 ◦ green 102 ◦ blue 30

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

Shades of Reno Sand #B2661E

Tints of Reno Sand #B2661E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 57.42%
G = 32.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2661E (or 0xB2661E) is known color: Reno Sand. HEX triplet: B2, 66 and 1E. RGB value is (178,102,30). Sum of RGB (Red+Green+Blue) = 178+102+30=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2661E is #4D99E1. Grayscale: #747474. Windows color (decimal): -5085666 or 1992370. OLE color: 1992370.

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

Color convert

RGB 178 102 30 -
CMYK 0 0.43 0.83 0.30
HSL 29.19º 0.71% 0.41% -
HSV(B) 29.19º 0.83% 0.7% -
XYZ 23.35 19.06 3.68 -
YUV 116.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 178 102 30 0 0.43 0.83 0.30 29.19 0.71 0.41
Hex B2 66 1E 0 2B 53 1E 1D 47 29
Octal 262 146 36 0 53 123 36 35 107 51
Binary 10110010 1100110 11110 0 101011 1010011 11110 11101 1000111 101001

Color Harmonies of #B2661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2661E

Black with #B2661E

Text Example


Text Example

White with #B2661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2661E; }

 p { color: rgb(178,102,30); }

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

background-color css

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

 a { background-color: rgb(178,102,30); }

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

border-color css

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

 span { border-color: rgb(178,102,30); }

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