Html Css Color HEX #B09545 Turmeric

📋 copy color: '#B09545'

red 176 ◦ green 149 ◦ blue 69

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

Shades of Turmeric #B09545

Tints of Turmeric #B09545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 44.67%
G = 37.82%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B09545 (or 0xB09545) is known color: Turmeric. HEX triplet: B0, 95 and 45. RGB value is (176,149,69). Sum of RGB (Red+Green+Blue) = 176+149+69=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B09545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09545 is #4F6ABA. Grayscale: #949494. Windows color (decimal): -5204667 or 4560304. OLE color: 4560304.

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

Color convert

RGB 176 149 69 -
CMYK 0 0.15 0.61 0.31
HSL 44.86º 0.44% 0.48% -
HSV(B) 44.86º 0.61% 0.69% -
XYZ 29.73 31.15 10.08 -
YUV 147.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 176 149 69 0 0.15 0.61 0.31 44.86 0.44 0.48
Hex B0 95 45 0 F 3D 1F 2D 2C 30
Octal 260 225 105 0 17 75 37 55 54 60
Binary 10110000 10010101 1000101 0 1111 111101 11111 101101 101100 110000

Color Harmonies of #B09545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09545

Black with #B09545

Text Example


Text Example

White with #B09545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09545; }

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

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

background-color css

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

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

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

border-color css

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

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

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