Html Css Color HEX #B2903C Turmeric

📋 copy color: '#B2903C'

red 178 ◦ green 144 ◦ blue 60

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

Shades of Turmeric #B2903C

Tints of Turmeric #B2903C

RGB

 RED value IS 178 (69.92% from 255) = 46.6%

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

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

R = 46.6%
G = 37.7%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2903C (or 0xB2903C) is known color: Turmeric. HEX triplet: B2, 90 and 3C. RGB value is (178,144,60). Sum of RGB (Red+Green+Blue) = 178+144+60=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2903C is #4D6FC3. Grayscale: #909090. Windows color (decimal): -5074884 or 3969202. OLE color: 3969202.

HSL color Cylindrical-coordinate representation of color #B2903C: hue angle of 42.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2903C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 60 -
CMYK 0 0.19 0.66 0.30
HSL 42.71º 0.5% 0.47% -
HSV(B) 42.71º 0.66% 0.7% -
XYZ 29.15 29.74 8.48 -
YUV 144.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 178 144 60 0 0.19 0.66 0.30 42.71 0.5 0.47
Hex B2 90 3C 0 13 42 1E 2B 32 2F
Octal 262 220 74 0 23 102 36 53 62 57
Binary 10110010 10010000 111100 0 10011 1000010 11110 101011 110010 101111

Color Harmonies of #B2903C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2903C

Black with #B2903C

Text Example


Text Example

White with #B2903C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2903C; }

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

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

background-color css

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

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

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

border-color css

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

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

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