Html Css Color HEX #B06721 Reno Sand

📋 copy color: '#B06721'

red 176 ◦ green 103 ◦ blue 33

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

Shades of Reno Sand #B06721

Tints of Reno Sand #B06721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 56.41%
G = 33.01%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B06721 (or 0xB06721) is known color: Reno Sand. HEX triplet: B0, 67 and 21. RGB value is (176,103,33). Sum of RGB (Red+Green+Blue) = 176+103+33=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06721 is #4F98DE. Grayscale: #757575. Windows color (decimal): -5216479 or 2189232. OLE color: 2189232.

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

Color convert

RGB 176 103 33 -
CMYK 0 0.41 0.81 0.31
HSL 29.37º 0.68% 0.41% -
HSV(B) 29.37º 0.81% 0.69% -
XYZ 23.03 19.04 3.9 -
YUV 116.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 176 103 33 0 0.41 0.81 0.31 29.37 0.68 0.41
Hex B0 67 21 0 29 51 1F 1D 44 29
Octal 260 147 41 0 51 121 37 35 104 51
Binary 10110000 1100111 100001 0 101001 1010001 11111 11101 1000100 101001

Color Harmonies of #B06721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06721

Black with #B06721

Text Example


Text Example

White with #B06721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06721; }

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

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

background-color css

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

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

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

border-color css

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

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

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