Html Css Color HEX #B09141 Turmeric

📋 copy color: '#B09141'

red 176 ◦ green 145 ◦ blue 65

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

Shades of Turmeric #B09141

Tints of Turmeric #B09141

RGB

 RED value IS 176 (69.14% from 255) = 45.6%

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 45.6%
G = 37.56%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B09141 (or 0xB09141) is known color: Turmeric. HEX triplet: B0, 91 and 41. RGB value is (176,145,65). Sum of RGB (Red+Green+Blue) = 176+145+65=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B09141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09141 is #4F6EBE. Grayscale: #919191. Windows color (decimal): -5205695 or 4297136. OLE color: 4297136.

HSL color Cylindrical-coordinate representation of color #B09141: hue angle of 43.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B09141 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 65 -
CMYK 0 0.18 0.63 0.31
HSL 43.24º 0.46% 0.47% -
HSV(B) 43.24º 0.63% 0.69% -
XYZ 28.98 29.86 9.24 -
YUV 145.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 176 145 65 0 0.18 0.63 0.31 43.24 0.46 0.47
Hex B0 91 41 0 12 3F 1F 2B 2E 2F
Octal 260 221 101 0 22 77 37 53 56 57
Binary 10110000 10010001 1000001 0 10010 111111 11111 101011 101110 101111

Color Harmonies of #B09141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09141

Black with #B09141

Text Example


Text Example

White with #B09141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09141; }

 p { color: rgb(176,145,65); }

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

background-color css

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

 a { background-color: rgb(176,145,65); }

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

border-color css

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

 span { border-color: rgb(176,145,65); }

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