Html Css Color HEX #B06B4C Sante Fe

📋 copy color: '#B06B4C'

red 176 ◦ green 107 ◦ blue 76

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

Shades of Sante Fe #B06B4C

Tints of Sante Fe #B06B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 49.03%
G = 29.81%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B06B4C (or 0xB06B4C) is known color: Sante Fe. HEX triplet: B0, 6B and 4C. RGB value is (176,107,76). Sum of RGB (Red+Green+Blue) = 176+107+76=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B4C is #4F94B3. Grayscale: #7C7C7C. Windows color (decimal): -5215412 or 5008304. OLE color: 5008304.

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

Color convert

RGB 176 107 76 -
CMYK 0 0.39 0.57 0.31
HSL 18.6º 0.4% 0.49% -
HSV(B) 18.6º 0.57% 0.69% -
XYZ 24.47 20.27 9.46 -
YUV 124.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 176 107 76 0 0.39 0.57 0.31 18.6 0.4 0.49
Hex B0 6B 4C 0 27 39 1F 13 28 31
Octal 260 153 114 0 47 71 37 23 50 61
Binary 10110000 1101011 1001100 0 100111 111001 11111 10011 101000 110001

Color Harmonies of #B06B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B4C

Black with #B06B4C

Text Example


Text Example

White with #B06B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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