Html Css Color HEX #B06754 Sante Fe

📋 copy color: '#B06754'

red 176 ◦ green 103 ◦ blue 84

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

Shades of Sante Fe #B06754

Tints of Sante Fe #B06754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 48.48%
G = 28.37%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B06754 (or 0xB06754) is known color: Sante Fe. HEX triplet: B0, 67 and 54. RGB value is (176,103,84). Sum of RGB (Red+Green+Blue) = 176+103+84=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06754 is #4F98AB. Grayscale: #7A7A7A. Windows color (decimal): -5216428 or 5531568. OLE color: 5531568.

HSL color Cylindrical-coordinate representation of color #B06754: hue angle of 12.39º 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 #B06754 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 84 -
CMYK 0 0.41 0.52 0.31
HSL 12.39º 0.37% 0.51% -
HSV(B) 12.39º 0.52% 0.69% -
XYZ 24.35 19.57 10.88 -
YUV 122.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 176 103 84 0 0.41 0.52 0.31 12.39 0.37 0.51
Hex B0 67 54 0 29 34 1F C 25 33
Octal 260 147 124 0 51 64 37 14 45 63
Binary 10110000 1100111 1010100 0 101001 110100 11111 1100 100101 110011

Color Harmonies of #B06754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06754

Black with #B06754

Text Example


Text Example

White with #B06754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06754; }

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

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

background-color css

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

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

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

border-color css

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

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

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