Html Css Color HEX #B09A70 Tallow

📋 copy color: '#B09A70'

red 176 ◦ green 154 ◦ blue 112

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

Shades of Tallow #B09A70

Tints of Tallow #B09A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 39.82%
G = 34.84%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B09A70 (or 0xB09A70) is known color: Tallow. HEX triplet: B0, 9A and 70. RGB value is (176,154,112). Sum of RGB (Red+Green+Blue) = 176+154+112=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A70 is #4F658F. Grayscale: #9B9B9B. Windows color (decimal): -5203344 or 7379632. OLE color: 7379632.

HSL color Cylindrical-coordinate representation of color #B09A70: hue angle of 39.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B09A70 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 154 112 -
CMYK 0 0.12 0.36 0.31
HSL 39.38º 0.29% 0.56% -
HSV(B) 39.38º 0.36% 0.69% -
XYZ 32.38 33.51 20.09 -
YUV 155.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 176 154 112 0 0.12 0.36 0.31 39.38 0.29 0.56
Hex B0 9A 70 0 C 24 1F 27 1D 38
Octal 260 232 160 0 14 44 37 47 35 70
Binary 10110000 10011010 1110000 0 1100 100100 11111 100111 11101 111000

Color Harmonies of #B09A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A70

Black with #B09A70

Text Example


Text Example

White with #B09A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A70; }

 p { color: rgb(176,154,112); }

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

background-color css

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

 a { background-color: rgb(176,154,112); }

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

border-color css

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

 span { border-color: rgb(176,154,112); }

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