Html Css Color HEX #B0672C Reno Sand

📋 copy color: '#B0672C'

red 176 ◦ green 103 ◦ blue 44

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

Shades of Reno Sand #B0672C

Tints of Reno Sand #B0672C

RGB

 RED value IS 176 (69.14% from 255) = 54.49%

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

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 54.49%
G = 31.89%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0672C (or 0xB0672C) is known color: Reno Sand. HEX triplet: B0, 67 and 2C. RGB value is (176,103,44). Sum of RGB (Red+Green+Blue) = 176+103+44=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0672C is #4F98D3. Grayscale: #767676. Windows color (decimal): -5216468 or 2910128. OLE color: 2910128.

HSL color Cylindrical-coordinate representation of color #B0672C: hue angle of 26.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0672C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 44 -
CMYK 0 0.41 0.75 0.31
HSL 26.82º 0.6% 0.43% -
HSV(B) 26.82º 0.75% 0.69% -
XYZ 23.21 19.11 4.85 -
YUV 118.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 176 103 44 0 0.41 0.75 0.31 26.82 0.6 0.43
Hex B0 67 2C 0 29 4B 1F 1B 3C 2B
Octal 260 147 54 0 51 113 37 33 74 53
Binary 10110000 1100111 101100 0 101001 1001011 11111 11011 111100 101011

Color Harmonies of #B0672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0672C

Black with #B0672C

Text Example


Text Example

White with #B0672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0672C; }

 p { color: rgb(176,103,44); }

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

background-color css

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

 a { background-color: rgb(176,103,44); }

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

border-color css

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

 span { border-color: rgb(176,103,44); }

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