Html Css Color HEX #B06D33 Reno Sand

📋 copy color: '#B06D33'

red 176 ◦ green 109 ◦ blue 51

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

Shades of Reno Sand #B06D33

Tints of Reno Sand #B06D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 52.38%
G = 32.44%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B06D33 (or 0xB06D33) is known color: Reno Sand. HEX triplet: B0, 6D and 33. RGB value is (176,109,51). Sum of RGB (Red+Green+Blue) = 176+109+51=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D33 is #4F92CC. Grayscale: #7A7A7A. Windows color (decimal): -5214925 or 3370416. OLE color: 3370416.

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

Color convert

RGB 176 109 51 -
CMYK 0 0.38 0.71 0.31
HSL 27.84º 0.55% 0.45% -
HSV(B) 27.84º 0.71% 0.69% -
XYZ 23.97 20.41 5.81 -
YUV 122.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 176 109 51 0 0.38 0.71 0.31 27.84 0.55 0.45
Hex B0 6D 33 0 26 47 1F 1C 37 2D
Octal 260 155 63 0 46 107 37 34 67 55
Binary 10110000 1101101 110011 0 100110 1000111 11111 11100 110111 101101

Color Harmonies of #B06D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D33

Black with #B06D33

Text Example


Text Example

White with #B06D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D33; }

 p { color: rgb(176,109,51); }

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

background-color css

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

 a { background-color: rgb(176,109,51); }

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

border-color css

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

 span { border-color: rgb(176,109,51); }

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