Html Css Color HEX #B06C5A Sante Fe

📋 copy color: '#B06C5A'

red 176 ◦ green 108 ◦ blue 90

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

Shades of Sante Fe #B06C5A

Tints of Sante Fe #B06C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 47.06%
G = 28.88%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B06C5A (or 0xB06C5A) is known color: Sante Fe. HEX triplet: B0, 6C and 5A. RGB value is (176,108,90). Sum of RGB (Red+Green+Blue) = 176+108+90=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C5A is #4F93A5. Grayscale: #7E7E7E. Windows color (decimal): -5215142 or 5926064. OLE color: 5926064.

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

Color convert

RGB 176 108 90 -
CMYK 0 0.39 0.49 0.31
HSL 12.56º 0.35% 0.52% -
HSV(B) 12.56º 0.49% 0.69% -
XYZ 25.11 20.69 12.34 -
YUV 126.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 176 108 90 0 0.39 0.49 0.31 12.56 0.35 0.52
Hex B0 6C 5A 0 27 31 1F D 23 34
Octal 260 154 132 0 47 61 37 15 43 64
Binary 10110000 1101100 1011010 0 100111 110001 11111 1101 100011 110100

Color Harmonies of #B06C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C5A

Black with #B06C5A

Text Example


Text Example

White with #B06C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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