Html Css Color HEX #B2913E Turmeric

📋 copy color: '#B2913E'

red 178 ◦ green 145 ◦ blue 62

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

Shades of Turmeric #B2913E

Tints of Turmeric #B2913E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 46.23%
G = 37.66%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2913E (or 0xB2913E) is known color: Turmeric. HEX triplet: B2, 91 and 3E. RGB value is (178,145,62). Sum of RGB (Red+Green+Blue) = 178+145+62=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2913E is #4D6EC1. Grayscale: #919191. Windows color (decimal): -5074626 or 4100530. OLE color: 4100530.

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

Color convert

RGB 178 145 62 -
CMYK 0 0.19 0.65 0.30
HSL 42.93º 0.48% 0.47% -
HSV(B) 42.93º 0.65% 0.7% -
XYZ 29.36 30.06 8.81 -
YUV 145.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 178 145 62 0 0.19 0.65 0.30 42.93 0.48 0.47
Hex B2 91 3E 0 13 41 1E 2B 30 2F
Octal 262 221 76 0 23 101 36 53 60 57
Binary 10110010 10010001 111110 0 10011 1000001 11110 101011 110000 101111

Color Harmonies of #B2913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2913E

Black with #B2913E

Text Example


Text Example

White with #B2913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2913E; }

 p { color: rgb(178,145,62); }

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

background-color css

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

 a { background-color: rgb(178,145,62); }

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

border-color css

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

 span { border-color: rgb(178,145,62); }

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