Html Css Color HEX #B06B57 Sante Fe

📋 copy color: '#B06B57'

red 176 ◦ green 107 ◦ blue 87

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

Shades of Sante Fe #B06B57

Tints of Sante Fe #B06B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 47.57%
G = 28.92%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B06B57 (or 0xB06B57) is known color: Sante Fe. HEX triplet: B0, 6B and 57. RGB value is (176,107,87). Sum of RGB (Red+Green+Blue) = 176+107+87=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B57 is #4F94A8. Grayscale: #7D7D7D. Windows color (decimal): -5215401 or 5729200. OLE color: 5729200.

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

Color convert

RGB 176 107 87 -
CMYK 0 0.39 0.51 0.31
HSL 13.48º 0.36% 0.52% -
HSV(B) 13.48º 0.51% 0.69% -
XYZ 24.88 20.43 11.65 -
YUV 125.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 176 107 87 0 0.39 0.51 0.31 13.48 0.36 0.52
Hex B0 6B 57 0 27 33 1F D 24 34
Octal 260 153 127 0 47 63 37 15 44 64
Binary 10110000 1101011 1010111 0 100111 110011 11111 1101 100100 110100

Color Harmonies of #B06B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B57

Black with #B06B57

Text Example


Text Example

White with #B06B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B57; }

 p { color: rgb(176,107,87); }

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

background-color css

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

 a { background-color: rgb(176,107,87); }

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

border-color css

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

 span { border-color: rgb(176,107,87); }

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