Html Css Color HEX #B09045 Turmeric

📋 copy color: '#B09045'

red 176 ◦ green 144 ◦ blue 69

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

Shades of Turmeric #B09045

Tints of Turmeric #B09045

RGB

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

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

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

R = 45.24%
G = 37.02%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B09045 (or 0xB09045) is known color: Turmeric. HEX triplet: B0, 90 and 45. RGB value is (176,144,69). Sum of RGB (Red+Green+Blue) = 176+144+69=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B09045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09045 is #4F6FBA. Grayscale: #919191. Windows color (decimal): -5205947 or 4559024. OLE color: 4559024.

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

Color convert

RGB 176 144 69 -
CMYK 0 0.18 0.61 0.31
HSL 42.06º 0.44% 0.48% -
HSV(B) 42.06º 0.61% 0.69% -
XYZ 28.95 29.61 9.82 -
YUV 145.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 176 144 69 0 0.18 0.61 0.31 42.06 0.44 0.48
Hex B0 90 45 0 12 3D 1F 2A 2C 30
Octal 260 220 105 0 22 75 37 52 54 60
Binary 10110000 10010000 1000101 0 10010 111101 11111 101010 101100 110000

Color Harmonies of #B09045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09045

Black with #B09045

Text Example


Text Example

White with #B09045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09045; }

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

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

background-color css

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

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

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

border-color css

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

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

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