Html Css Color HEX #B26430 Reno Sand

📋 copy color: '#B26430'

red 178 ◦ green 100 ◦ blue 48

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

Shades of Reno Sand #B26430

Tints of Reno Sand #B26430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 54.6%
G = 30.67%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B26430 (or 0xB26430) is known color: Reno Sand. HEX triplet: B2, 64 and 30. RGB value is (178,100,48). Sum of RGB (Red+Green+Blue) = 178+100+48=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B26430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26430 is #4D9BCF. Grayscale: #757575. Windows color (decimal): -5086160 or 3171506. OLE color: 3171506.

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

Color convert

RGB 178 100 48 -
CMYK 0 0.44 0.73 0.30
HSL 24º 0.58% 0.44% -
HSV(B) 24º 0.73% 0.7% -
XYZ 23.45 18.79 5.19 -
YUV 117.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 178 100 48 0 0.44 0.73 0.30 24 0.58 0.44
Hex B2 64 30 0 2C 49 1E 18 3A 2C
Octal 262 144 60 0 54 111 36 30 72 54
Binary 10110010 1100100 110000 0 101100 1001001 11110 11000 111010 101100

Color Harmonies of #B26430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26430

Black with #B26430

Text Example


Text Example

White with #B26430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26430; }

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

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

background-color css

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

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

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

border-color css

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

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

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