Html Css Color HEX #B2943B Turmeric

📋 copy color: '#B2943B'

red 178 ◦ green 148 ◦ blue 59

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

Shades of Turmeric #B2943B

Tints of Turmeric #B2943B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 46.23%
G = 38.44%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2943B (or 0xB2943B) is known color: Turmeric. HEX triplet: B2, 94 and 3B. RGB value is (178,148,59). Sum of RGB (Red+Green+Blue) = 178+148+59=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2943B is #4D6BC4. Grayscale: #939393. Windows color (decimal): -5073861 or 3904690. OLE color: 3904690.

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

Color convert

RGB 178 148 59 -
CMYK 0 0.17 0.67 0.30
HSL 44.87º 0.5% 0.46% -
HSV(B) 44.87º 0.67% 0.7% -
XYZ 29.74 30.96 8.55 -
YUV 146.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 178 148 59 0 0.17 0.67 0.30 44.87 0.5 0.46
Hex B2 94 3B 0 11 43 1E 2D 32 2E
Octal 262 224 73 0 21 103 36 55 62 56
Binary 10110010 10010100 111011 0 10001 1000011 11110 101101 110010 101110

Color Harmonies of #B2943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2943B

Black with #B2943B

Text Example


Text Example

White with #B2943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2943B; }

 p { color: rgb(178,148,59); }

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

background-color css

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

 a { background-color: rgb(178,148,59); }

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

border-color css

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

 span { border-color: rgb(178,148,59); }

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