Html Css Color HEX #B48F3C Turmeric

📋 copy color: '#B48F3C'

red 180 ◦ green 143 ◦ blue 60

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

Shades of Turmeric #B48F3C

Tints of Turmeric #B48F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 47%
G = 37.34%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B48F3C (or 0xB48F3C) is known color: Turmeric. HEX triplet: B4, 8F and 3C. RGB value is (180,143,60). Sum of RGB (Red+Green+Blue) = 180+143+60=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F3C is #4B70C3. Grayscale: #909090. Windows color (decimal): -4944068 or 3968948. OLE color: 3968948.

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

Color convert

RGB 180 143 60 -
CMYK 0 0.21 0.67 0.29
HSL 41.5º 0.5% 0.47% -
HSV(B) 41.5º 0.67% 0.71% -
XYZ 29.46 29.67 8.45 -
YUV 144.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 180 143 60 0 0.21 0.67 0.29 41.5 0.5 0.47
Hex B4 8F 3C 0 15 43 1D 2A 32 2F
Octal 264 217 74 0 25 103 35 52 62 57
Binary 10110100 10001111 111100 0 10101 1000011 11101 101010 110010 101111

Color Harmonies of #B48F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F3C

Black with #B48F3C

Text Example


Text Example

White with #B48F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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