Html Css Color HEX #B0671E Reno Sand

📋 copy color: '#B0671E'

red 176 ◦ green 103 ◦ blue 30

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

Shades of Reno Sand #B0671E

Tints of Reno Sand #B0671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 56.96%
G = 33.33%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0671E (or 0xB0671E) is known color: Reno Sand. HEX triplet: B0, 67 and 1E. RGB value is (176,103,30). Sum of RGB (Red+Green+Blue) = 176+103+30=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0671E is #4F98E1. Grayscale: #747474. Windows color (decimal): -5216482 or 1992624. OLE color: 1992624.

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

Color convert

RGB 176 103 30 -
CMYK 0 0.41 0.83 0.31
HSL 30º 0.71% 0.4% -
HSV(B) 30º 0.83% 0.69% -
XYZ 22.99 19.02 3.69 -
YUV 116.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 176 103 30 0 0.41 0.83 0.31 30 0.71 0.4
Hex B0 67 1E 0 29 53 1F 1E 47 28
Octal 260 147 36 0 51 123 37 36 107 50
Binary 10110000 1100111 11110 0 101001 1010011 11111 11110 1000111 101000

Color Harmonies of #B0671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0671E

Black with #B0671E

Text Example


Text Example

White with #B0671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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