Html Css Color HEX #B06C4B Sante Fe

📋 copy color: '#B06C4B'

red 176 ◦ green 108 ◦ blue 75

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

Shades of Sante Fe #B06C4B

Tints of Sante Fe #B06C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 49.03%
G = 30.08%
B = 20.89%

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

#B06C4B (or 0xB06C4B) is known color: Sante Fe. HEX triplet: B0, 6C and 4B. RGB value is (176,108,75). Sum of RGB (Red+Green+Blue) = 176+108+75=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C4B is #4F93B4. Grayscale: #7C7C7C. Windows color (decimal): -5215157 or 4943024. OLE color: 4943024.

HSL color Cylindrical-coordinate representation of color #B06C4B: hue angle of 19.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 #B06C4B is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 75 -
CMYK 0 0.39 0.57 0.31
HSL 19.6º 0.4% 0.49% -
HSV(B) 19.6º 0.57% 0.69% -
XYZ 24.54 20.46 9.31 -
YUV 124.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 176 108 75 0 0.39 0.57 0.31 19.6 0.4 0.49
Hex B0 6C 4B 0 27 39 1F 14 28 31
Octal 260 154 113 0 47 71 37 24 50 61
Binary 10110000 1101100 1001011 0 100111 111001 11111 10100 101000 110001

Color Harmonies of #B06C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C4B

Black with #B06C4B

Text Example


Text Example

White with #B06C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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