Html Css Color HEX #B27330 Reno Sand

📋 copy color: '#B27330'

red 178 ◦ green 115 ◦ blue 48

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

Shades of Reno Sand #B27330

Tints of Reno Sand #B27330

RGB

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

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

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

R = 52.2%
G = 33.72%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B27330 (or 0xB27330) is known color: Reno Sand. HEX triplet: B2, 73 and 30. RGB value is (178,115,48). Sum of RGB (Red+Green+Blue) = 178+115+48=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B27330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27330 is #4D8CCF. Grayscale: #7E7E7E. Windows color (decimal): -5082320 or 3175346. OLE color: 3175346.

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

Color convert

RGB 178 115 48 -
CMYK 0 0.35 0.73 0.30
HSL 30.92º 0.58% 0.44% -
HSV(B) 30.92º 0.73% 0.7% -
XYZ 25.02 21.94 5.71 -
YUV 126.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 178 115 48 0 0.35 0.73 0.30 30.92 0.58 0.44
Hex B2 73 30 0 23 49 1E 1F 3A 2C
Octal 262 163 60 0 43 111 36 37 72 54
Binary 10110010 1110011 110000 0 100011 1001001 11110 11111 111010 101100

Color Harmonies of #B27330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27330

Black with #B27330

Text Example


Text Example

White with #B27330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27330; }

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

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

background-color css

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

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

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

border-color css

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

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

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