Html Css Color HEX #B06B54 Sante Fe

📋 copy color: '#B06B54'

red 176 ◦ green 107 ◦ blue 84

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

Shades of Sante Fe #B06B54

Tints of Sante Fe #B06B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 47.96%
G = 29.16%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B06B54 (or 0xB06B54) is known color: Sante Fe. HEX triplet: B0, 6B and 54. RGB value is (176,107,84). Sum of RGB (Red+Green+Blue) = 176+107+84=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B54 is #4F94AB. Grayscale: #7D7D7D. Windows color (decimal): -5215404 or 5532592. OLE color: 5532592.

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

Color convert

RGB 176 107 84 -
CMYK 0 0.39 0.52 0.31
HSL 15º 0.37% 0.51% -
HSV(B) 15º 0.52% 0.69% -
XYZ 24.76 20.39 11.02 -
YUV 125.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 176 107 84 0 0.39 0.52 0.31 15 0.37 0.51
Hex B0 6B 54 0 27 34 1F F 25 33
Octal 260 153 124 0 47 64 37 17 45 63
Binary 10110000 1101011 1010100 0 100111 110100 11111 1111 100101 110011

Color Harmonies of #B06B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B54

Black with #B06B54

Text Example


Text Example

White with #B06B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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