Html Css Color HEX #B26730 Reno Sand

📋 copy color: '#B26730'

red 178 ◦ green 103 ◦ blue 48

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

Shades of Reno Sand #B26730

Tints of Reno Sand #B26730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 54.1%
G = 31.31%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B26730 (or 0xB26730) is known color: Reno Sand. HEX triplet: B2, 67 and 30. RGB value is (178,103,48). Sum of RGB (Red+Green+Blue) = 178+103+48=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B26730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26730 is #4D98CF. Grayscale: #777777. Windows color (decimal): -5085392 or 3172274. OLE color: 3172274.

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

Color convert

RGB 178 103 48 -
CMYK 0 0.42 0.73 0.30
HSL 25.38º 0.58% 0.44% -
HSV(B) 25.38º 0.73% 0.7% -
XYZ 23.74 19.38 5.29 -
YUV 119.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 178 103 48 0 0.42 0.73 0.30 25.38 0.58 0.44
Hex B2 67 30 0 2A 49 1E 19 3A 2C
Octal 262 147 60 0 52 111 36 31 72 54
Binary 10110010 1100111 110000 0 101010 1001001 11110 11001 111010 101100

Color Harmonies of #B26730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26730

Black with #B26730

Text Example


Text Example

White with #B26730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26730; }

 p { color: rgb(178,103,48); }

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

background-color css

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

 a { background-color: rgb(178,103,48); }

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

border-color css

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

 span { border-color: rgb(178,103,48); }

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