Html Css Color HEX #B06C2D Reno Sand

📋 copy color: '#B06C2D'

red 176 ◦ green 108 ◦ blue 45

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

Shades of Reno Sand #B06C2D

Tints of Reno Sand #B06C2D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 53.5%
G = 32.83%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B06C2D (or 0xB06C2D) is known color: Reno Sand. HEX triplet: B0, 6C and 2D. RGB value is (176,108,45). Sum of RGB (Red+Green+Blue) = 176+108+45=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C2D is #4F93D2. Grayscale: #797979. Windows color (decimal): -5215187 or 2976944. OLE color: 2976944.

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

Color convert

RGB 176 108 45 -
CMYK 0 0.39 0.74 0.31
HSL 28.85º 0.59% 0.43% -
HSV(B) 28.85º 0.74% 0.69% -
XYZ 23.74 20.14 5.12 -
YUV 121.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 176 108 45 0 0.39 0.74 0.31 28.85 0.59 0.43
Hex B0 6C 2D 0 27 4A 1F 1D 3B 2B
Octal 260 154 55 0 47 112 37 35 73 53
Binary 10110000 1101100 101101 0 100111 1001010 11111 11101 111011 101011

Color Harmonies of #B06C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C2D

Black with #B06C2D

Text Example


Text Example

White with #B06C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C2D; }

 p { color: rgb(176,108,45); }

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

background-color css

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

 a { background-color: rgb(176,108,45); }

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

border-color css

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

 span { border-color: rgb(176,108,45); }

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