Html Css Color HEX #B4903C Turmeric

📋 copy color: '#B4903C'

red 180 ◦ green 144 ◦ blue 60

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

Shades of Turmeric #B4903C

Tints of Turmeric #B4903C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 46.88%
G = 37.5%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4903C (or 0xB4903C) is known color: Turmeric. HEX triplet: B4, 90 and 3C. RGB value is (180,144,60). Sum of RGB (Red+Green+Blue) = 180+144+60=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4903C is #4B6FC3. Grayscale: #919191. Windows color (decimal): -4943812 or 3969204. OLE color: 3969204.

HSL color Cylindrical-coordinate representation of color #B4903C: hue angle of 42º 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 #B4903C is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 60 -
CMYK 0 0.2 0.67 0.29
HSL 42º 0.5% 0.47% -
HSV(B) 42º 0.67% 0.71% -
XYZ 29.61 29.98 8.5 -
YUV 145.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 180 144 60 0 0.2 0.67 0.29 42 0.5 0.47
Hex B4 90 3C 0 14 43 1D 2A 32 2F
Octal 264 220 74 0 24 103 35 52 62 57
Binary 10110100 10010000 111100 0 10100 1000011 11101 101010 110010 101111

Color Harmonies of #B4903C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4903C

Black with #B4903C

Text Example


Text Example

White with #B4903C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4903C; }

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

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

background-color css

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

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

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

border-color css

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

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

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