Html Css Color HEX #B09041 Turmeric

📋 copy color: '#B09041'

red 176 ◦ green 144 ◦ blue 65

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

Shades of Turmeric #B09041

Tints of Turmeric #B09041

RGB

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

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

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

R = 45.71%
G = 37.4%
B = 16.88%

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

#B09041 (or 0xB09041) is known color: Turmeric. HEX triplet: B0, 90 and 41. RGB value is (176,144,65). Sum of RGB (Red+Green+Blue) = 176+144+65=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B09041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09041 is #4F6FBE. Grayscale: #909090. Windows color (decimal): -5205951 or 4296880. OLE color: 4296880.

HSL color Cylindrical-coordinate representation of color #B09041: hue angle of 42.7º 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 #B09041 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 65 -
CMYK 0 0.18 0.63 0.31
HSL 42.7º 0.46% 0.47% -
HSV(B) 42.7º 0.63% 0.69% -
XYZ 28.83 29.56 9.19 -
YUV 144.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 176 144 65 0 0.18 0.63 0.31 42.7 0.46 0.47
Hex B0 90 41 0 12 3F 1F 2B 2E 2F
Octal 260 220 101 0 22 77 37 53 56 57
Binary 10110000 10010000 1000001 0 10010 111111 11111 101011 101110 101111

Color Harmonies of #B09041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09041

Black with #B09041

Text Example


Text Example

White with #B09041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09041; }

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

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

background-color css

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

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

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

border-color css

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

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

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