Html Css Color HEX #B0672D Reno Sand

📋 copy color: '#B0672D'

red 176 ◦ green 103 ◦ blue 45

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

Shades of Reno Sand #B0672D

Tints of Reno Sand #B0672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 54.32%
G = 31.79%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0672D (or 0xB0672D) is known color: Reno Sand. HEX triplet: B0, 67 and 2D. RGB value is (176,103,45). Sum of RGB (Red+Green+Blue) = 176+103+45=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0672D is #4F98D2. Grayscale: #767676. Windows color (decimal): -5216467 or 2975664. OLE color: 2975664.

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

Color convert

RGB 176 103 45 -
CMYK 0 0.41 0.74 0.31
HSL 26.56º 0.59% 0.43% -
HSV(B) 26.56º 0.74% 0.69% -
XYZ 23.23 19.12 4.95 -
YUV 118.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 176 103 45 0 0.41 0.74 0.31 26.56 0.59 0.43
Hex B0 67 2D 0 29 4A 1F 1B 3B 2B
Octal 260 147 55 0 51 112 37 33 73 53
Binary 10110000 1100111 101101 0 101001 1001010 11111 11011 111011 101011

Color Harmonies of #B0672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0672D

Black with #B0672D

Text Example


Text Example

White with #B0672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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