Html Css Color HEX #B0694B Sante Fe

📋 copy color: '#B0694B'

red 176 ◦ green 105 ◦ blue 75

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

Shades of Sante Fe #B0694B

Tints of Sante Fe #B0694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 49.44%
G = 29.49%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0694B (or 0xB0694B) is known color: Sante Fe. HEX triplet: B0, 69 and 4B. RGB value is (176,105,75). Sum of RGB (Red+Green+Blue) = 176+105+75=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0694B is #4F96B4. Grayscale: #7B7B7B. Windows color (decimal): -5215925 or 4942256. OLE color: 4942256.

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

Color convert

RGB 176 105 75 -
CMYK 0 0.40 0.57 0.31
HSL 17.82º 0.4% 0.49% -
HSV(B) 17.82º 0.57% 0.69% -
XYZ 24.23 19.84 9.21 -
YUV 122.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 176 105 75 0 0.40 0.57 0.31 17.82 0.4 0.49
Hex B0 69 4B 0 28 39 1F 12 28 31
Octal 260 151 113 0 50 71 37 22 50 61
Binary 10110000 1101001 1001011 0 101000 111001 11111 10010 101000 110001

Color Harmonies of #B0694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0694B

Black with #B0694B

Text Example


Text Example

White with #B0694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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