Html Css Color HEX #B06723 Reno Sand

📋 copy color: '#B06723'

red 176 ◦ green 103 ◦ blue 35

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

Shades of Reno Sand #B06723

Tints of Reno Sand #B06723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.15%

R = 56.05%
G = 32.8%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06723 (or 0xB06723) is known color: Reno Sand. HEX triplet: B0, 67 and 23. RGB value is (176,103,35). Sum of RGB (Red+Green+Blue) = 176+103+35=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B06723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06723 is #4F98DC. Grayscale: #757575. Windows color (decimal): -5216477 or 2320304. OLE color: 2320304.

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

Color convert

RGB 176 103 35 -
CMYK 0 0.41 0.80 0.31
HSL 28.94º 0.67% 0.41% -
HSV(B) 28.94º 0.8% 0.69% -
XYZ 23.06 19.05 4.05 -
YUV 117.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 176 103 35 0 0.41 0.80 0.31 28.94 0.67 0.41
Hex B0 67 23 0 29 50 1F 1D 43 29
Octal 260 147 43 0 51 120 37 35 103 51
Binary 10110000 1100111 100011 0 101001 1010000 11111 11101 1000011 101001

Color Harmonies of #B06723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06723

Black with #B06723

Text Example


Text Example

White with #B06723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06723; }

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

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

background-color css

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

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

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

border-color css

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

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

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