Html Css Color HEX #B18F45 Turmeric

📋 copy color: '#B18F45'

red 177 ◦ green 143 ◦ blue 69

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

Shades of Turmeric #B18F45

Tints of Turmeric #B18F45

RGB

 RED value IS 177 (69.53% from 255) = 45.5%

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 45.5%
G = 36.76%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B18F45 (or 0xB18F45) is known color: Turmeric. HEX triplet: B1, 8F and 45. RGB value is (177,143,69). Sum of RGB (Red+Green+Blue) = 177+143+69=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F45 is #4E70BA. Grayscale: #919191. Windows color (decimal): -5140667 or 4558769. OLE color: 4558769.

HSL color Cylindrical-coordinate representation of color #B18F45: hue angle of 41.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B18F45 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 143 69 -
CMYK 0 0.19 0.61 0.31
HSL 41.11º 0.44% 0.48% -
HSV(B) 41.11º 0.61% 0.69% -
XYZ 29.03 29.42 9.78 -
YUV 144.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 177 143 69 0 0.19 0.61 0.31 41.11 0.44 0.48
Hex B1 8F 45 0 13 3D 1F 29 2C 30
Octal 261 217 105 0 23 75 37 51 54 60
Binary 10110001 10001111 1000101 0 10011 111101 11111 101001 101100 110000

Color Harmonies of #B18F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F45

Black with #B18F45

Text Example


Text Example

White with #B18F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F45; }

 p { color: rgb(177,143,69); }

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

background-color css

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

 a { background-color: rgb(177,143,69); }

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

border-color css

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

 span { border-color: rgb(177,143,69); }

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