Html Css Color HEX #B26A25 Reno Sand

📋 copy color: '#B26A25'

red 178 ◦ green 106 ◦ blue 37

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

Shades of Reno Sand #B26A25

Tints of Reno Sand #B26A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.02%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 55.45%
G = 33.02%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B26A25 (or 0xB26A25) is known color: Reno Sand. HEX triplet: B2, 6A and 25. RGB value is (178,106,37). Sum of RGB (Red+Green+Blue) = 178+106+37=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A25 is #4D95DA. Grayscale: #787878. Windows color (decimal): -5084635 or 2452146. OLE color: 2452146.

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

Color convert

RGB 178 106 37 -
CMYK 0 0.40 0.79 0.30
HSL 29.36º 0.66% 0.42% -
HSV(B) 29.36º 0.79% 0.7% -
XYZ 23.85 19.91 4.34 -
YUV 119.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 178 106 37 0 0.40 0.79 0.30 29.36 0.66 0.42
Hex B2 6A 25 0 28 4F 1E 1D 42 2A
Octal 262 152 45 0 50 117 36 35 102 52
Binary 10110010 1101010 100101 0 101000 1001111 11110 11101 1000010 101010

Color Harmonies of #B26A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A25

Black with #B26A25

Text Example


Text Example

White with #B26A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A25; }

 p { color: rgb(178,106,37); }

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

background-color css

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

 a { background-color: rgb(178,106,37); }

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

border-color css

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

 span { border-color: rgb(178,106,37); }

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