Html Css Color HEX #B06C34 Reno Sand

📋 copy color: '#B06C34'

red 176 ◦ green 108 ◦ blue 52

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

Shades of Reno Sand #B06C34

Tints of Reno Sand #B06C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 52.38%
G = 32.14%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06C34 (or 0xB06C34) is known color: Reno Sand. HEX triplet: B0, 6C and 34. RGB value is (176,108,52). Sum of RGB (Red+Green+Blue) = 176+108+52=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C34 is #4F93CB. Grayscale: #7A7A7A. Windows color (decimal): -5215180 or 3435696. OLE color: 3435696.

HSL color Cylindrical-coordinate representation of color #B06C34: hue angle of 27.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B06C34 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 52 -
CMYK 0 0.39 0.70 0.31
HSL 27.1º 0.54% 0.45% -
HSV(B) 27.1º 0.7% 0.69% -
XYZ 23.89 20.2 5.89 -
YUV 121.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 176 108 52 0 0.39 0.70 0.31 27.1 0.54 0.45
Hex B0 6C 34 0 27 46 1F 1B 36 2D
Octal 260 154 64 0 47 106 37 33 66 55
Binary 10110000 1101100 110100 0 100111 1000110 11111 11011 110110 101101

Color Harmonies of #B06C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C34

Black with #B06C34

Text Example


Text Example

White with #B06C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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