Html Css Color HEX #B27333 Reno Sand

📋 copy color: '#B27333'

red 178 ◦ green 115 ◦ blue 51

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

Shades of Reno Sand #B27333

Tints of Reno Sand #B27333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 51.74%
G = 33.43%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B27333 (or 0xB27333) is known color: Reno Sand. HEX triplet: B2, 73 and 33. RGB value is (178,115,51). Sum of RGB (Red+Green+Blue) = 178+115+51=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B27333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27333 is #4D8CCC. Grayscale: #7E7E7E. Windows color (decimal): -5082317 or 3371954. OLE color: 3371954.

HSL color Cylindrical-coordinate representation of color #B27333: hue angle of 30.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B27333 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 51 -
CMYK 0 0.35 0.71 0.30
HSL 30.24º 0.55% 0.45% -
HSV(B) 30.24º 0.71% 0.7% -
XYZ 25.09 21.97 6.05 -
YUV 126.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 178 115 51 0 0.35 0.71 0.30 30.24 0.55 0.45
Hex B2 73 33 0 23 47 1E 1E 37 2D
Octal 262 163 63 0 43 107 36 36 67 55
Binary 10110010 1110011 110011 0 100011 1000111 11110 11110 110111 101101

Color Harmonies of #B27333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27333

Black with #B27333

Text Example


Text Example

White with #B27333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27333; }

 p { color: rgb(178,115,51); }

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

background-color css

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

 a { background-color: rgb(178,115,51); }

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

border-color css

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

 span { border-color: rgb(178,115,51); }

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