Html Css Color HEX #B2904A Turmeric

📋 copy color: '#B2904A'

red 178 ◦ green 144 ◦ blue 74

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

Shades of Turmeric #B2904A

Tints of Turmeric #B2904A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 44.95%
G = 36.36%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2904A (or 0xB2904A) is known color: Turmeric. HEX triplet: B2, 90 and 4A. RGB value is (178,144,74). Sum of RGB (Red+Green+Blue) = 178+144+74=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2904A is #4D6FB5. Grayscale: #929292. Windows color (decimal): -5074870 or 4886706. OLE color: 4886706.

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

Color convert

RGB 178 144 74 -
CMYK 0 0.19 0.58 0.30
HSL 40.38º 0.41% 0.49% -
HSV(B) 40.38º 0.58% 0.7% -
XYZ 29.57 29.91 10.69 -
YUV 146.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 178 144 74 0 0.19 0.58 0.30 40.38 0.41 0.49
Hex B2 90 4A 0 13 3A 1E 28 29 31
Octal 262 220 112 0 23 72 36 50 51 61
Binary 10110010 10010000 1001010 0 10011 111010 11110 101000 101001 110001

Color Harmonies of #B2904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2904A

Black with #B2904A

Text Example


Text Example

White with #B2904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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