Html Css Color HEX #B48F40 Turmeric

📋 copy color: '#B48F40'

red 180 ◦ green 143 ◦ blue 64

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

Shades of Turmeric #B48F40

Tints of Turmeric #B48F40

RGB

 RED value IS 180 (70.7% from 255) = 46.51%

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

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 46.51%
G = 36.95%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B48F40 (or 0xB48F40) is known color: Turmeric. HEX triplet: B4, 8F and 40. RGB value is (180,143,64). Sum of RGB (Red+Green+Blue) = 180+143+64=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F40 is #4B70BF. Grayscale: #919191. Windows color (decimal): -4944064 or 4231092. OLE color: 4231092.

HSL color Cylindrical-coordinate representation of color #B48F40: hue angle of 40.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B48F40 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 143 64 -
CMYK 0 0.21 0.64 0.29
HSL 40.86º 0.48% 0.48% -
HSV(B) 40.86º 0.64% 0.71% -
XYZ 29.57 29.72 9.03 -
YUV 145.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 180 143 64 0 0.21 0.64 0.29 40.86 0.48 0.48
Hex B4 8F 40 0 15 40 1D 29 30 30
Octal 264 217 100 0 25 100 35 51 60 60
Binary 10110100 10001111 1000000 0 10101 1000000 11101 101001 110000 110000

Color Harmonies of #B48F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F40

Black with #B48F40

Text Example


Text Example

White with #B48F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F40; }

 p { color: rgb(180,143,64); }

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

background-color css

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

 a { background-color: rgb(180,143,64); }

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

border-color css

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

 span { border-color: rgb(180,143,64); }

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