Html Css Color HEX #B0903A Turmeric

📋 copy color: '#B0903A'

red 176 ◦ green 144 ◦ blue 58

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

Shades of Turmeric #B0903A

Tints of Turmeric #B0903A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 46.56%
G = 38.1%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0903A (or 0xB0903A) is known color: Turmeric. HEX triplet: B0, 90 and 3A. RGB value is (176,144,58). Sum of RGB (Red+Green+Blue) = 176+144+58=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B0903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0903A is #4F6FC5. Grayscale: #909090. Windows color (decimal): -5205958 or 3838128. OLE color: 3838128.

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

Color convert

RGB 176 144 58 -
CMYK 0 0.18 0.67 0.31
HSL 43.73º 0.5% 0.46% -
HSV(B) 43.73º 0.67% 0.69% -
XYZ 28.64 29.48 8.18 -
YUV 143.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 176 144 58 0 0.18 0.67 0.31 43.73 0.5 0.46
Hex B0 90 3A 0 12 43 1F 2C 32 2E
Octal 260 220 72 0 22 103 37 54 62 56
Binary 10110000 10010000 111010 0 10010 1000011 11111 101100 110010 101110

Color Harmonies of #B0903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0903A

Black with #B0903A

Text Example


Text Example

White with #B0903A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0903A; }

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

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

background-color css

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

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

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

border-color css

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

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

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