Html Css Color HEX #B26727 Reno Sand

📋 copy color: '#B26727'

red 178 ◦ green 103 ◦ blue 39

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

Shades of Reno Sand #B26727

Tints of Reno Sand #B26727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.19%

R = 55.63%
G = 32.19%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B26727 (or 0xB26727) is known color: Reno Sand. HEX triplet: B2, 67 and 27. RGB value is (178,103,39). Sum of RGB (Red+Green+Blue) = 178+103+39=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B26727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26727 is #4D98D8. Grayscale: #767676. Windows color (decimal): -5085401 or 2582450. OLE color: 2582450.

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

Color convert

RGB 178 103 39 -
CMYK 0 0.42 0.78 0.30
HSL 27.63º 0.64% 0.43% -
HSV(B) 27.63º 0.78% 0.7% -
XYZ 23.58 19.31 4.4 -
YUV 118.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 178 103 39 0 0.42 0.78 0.30 27.63 0.64 0.43
Hex B2 67 27 0 2A 4E 1E 1C 40 2B
Octal 262 147 47 0 52 116 36 34 100 53
Binary 10110010 1100111 100111 0 101010 1001110 11110 11100 1000000 101011

Color Harmonies of #B26727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26727

Black with #B26727

Text Example


Text Example

White with #B26727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26727; }

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

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

background-color css

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

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

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

border-color css

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

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

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