Html Css Color HEX #B09445 Turmeric

📋 copy color: '#B09445'

red 176 ◦ green 148 ◦ blue 69

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

Shades of Turmeric #B09445

Tints of Turmeric #B09445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.56%

R = 44.78%
G = 37.66%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B09445 (or 0xB09445) is known color: Turmeric. HEX triplet: B0, 94 and 45. RGB value is (176,148,69). Sum of RGB (Red+Green+Blue) = 176+148+69=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09445 is #4F6BBA. Grayscale: #939393. Windows color (decimal): -5204923 or 4560048. OLE color: 4560048.

HSL color Cylindrical-coordinate representation of color #B09445: hue angle of 44.3º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B09445 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 69 -
CMYK 0 0.16 0.61 0.31
HSL 44.3º 0.44% 0.48% -
HSV(B) 44.3º 0.61% 0.69% -
XYZ 29.57 30.84 10.02 -
YUV 147.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 176 148 69 0 0.16 0.61 0.31 44.3 0.44 0.48
Hex B0 94 45 0 10 3D 1F 2C 2C 30
Octal 260 224 105 0 20 75 37 54 54 60
Binary 10110000 10010100 1000101 0 10000 111101 11111 101100 101100 110000

Color Harmonies of #B09445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09445

Black with #B09445

Text Example


Text Example

White with #B09445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09445; }

 p { color: rgb(176,148,69); }

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

background-color css

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

 a { background-color: rgb(176,148,69); }

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

border-color css

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

 span { border-color: rgb(176,148,69); }

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