Html Css Color HEX #B06629 Reno Sand

📋 copy color: '#B06629'

red 176 ◦ green 102 ◦ blue 41

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

Shades of Reno Sand #B06629

Tints of Reno Sand #B06629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 55.17%
G = 31.97%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B06629 (or 0xB06629) is known color: Reno Sand. HEX triplet: B0, 66 and 29. RGB value is (176,102,41). Sum of RGB (Red+Green+Blue) = 176+102+41=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B06629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06629 is #4F99D6. Grayscale: #757575. Windows color (decimal): -5216727 or 2713264. OLE color: 2713264.

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

Color convert

RGB 176 102 41 -
CMYK 0 0.42 0.77 0.31
HSL 27.11º 0.62% 0.43% -
HSV(B) 27.11º 0.77% 0.69% -
XYZ 23.06 18.89 4.53 -
YUV 117.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 176 102 41 0 0.42 0.77 0.31 27.11 0.62 0.43
Hex B0 66 29 0 2A 4D 1F 1B 3E 2B
Octal 260 146 51 0 52 115 37 33 76 53
Binary 10110000 1100110 101001 0 101010 1001101 11111 11011 111110 101011

Color Harmonies of #B06629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06629

Black with #B06629

Text Example


Text Example

White with #B06629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06629; }

 p { color: rgb(176,102,41); }

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

background-color css

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

 a { background-color: rgb(176,102,41); }

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

border-color css

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

 span { border-color: rgb(176,102,41); }

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