Html Css Color HEX #B26C30 Reno Sand

📋 copy color: '#B26C30'

red 178 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #B26C30

Tints of Reno Sand #B26C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 53.29%
G = 32.34%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B26C30 (or 0xB26C30) is known color: Reno Sand. HEX triplet: B2, 6C and 30. RGB value is (178,108,48). Sum of RGB (Red+Green+Blue) = 178+108+48=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C30 is #4D93CF. Grayscale: #7A7A7A. Windows color (decimal): -5084112 or 3173554. OLE color: 3173554.

HSL color Cylindrical-coordinate representation of color #B26C30: hue angle of 27.69º 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 #B26C30 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 48 -
CMYK 0 0.39 0.73 0.30
HSL 27.69º 0.58% 0.44% -
HSV(B) 27.69º 0.73% 0.7% -
XYZ 24.26 20.4 5.46 -
YUV 122.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 178 108 48 0 0.39 0.73 0.30 27.69 0.58 0.44
Hex B2 6C 30 0 27 49 1E 1C 3A 2C
Octal 262 154 60 0 47 111 36 34 72 54
Binary 10110010 1101100 110000 0 100111 1001001 11110 11100 111010 101100

Color Harmonies of #B26C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C30

Black with #B26C30

Text Example


Text Example

White with #B26C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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