Html Css Color HEX #B0963F Turmeric

📋 copy color: '#B0963F'

red 176 ◦ green 150 ◦ blue 63

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

Shades of Turmeric #B0963F

Tints of Turmeric #B0963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 63 (25% from 255) = 16.2%

R = 45.24%
G = 38.56%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0963F (or 0xB0963F) is known color: Turmeric. HEX triplet: B0, 96 and 3F. RGB value is (176,150,63). Sum of RGB (Red+Green+Blue) = 176+150+63=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0963F is #4F69C0. Grayscale: #949494. Windows color (decimal): -5204417 or 4167344. OLE color: 4167344.

HSL color Cylindrical-coordinate representation of color #B0963F: hue angle of 46.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0963F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 63 -
CMYK 0 0.15 0.64 0.31
HSL 46.19º 0.47% 0.47% -
HSV(B) 46.19º 0.64% 0.69% -
XYZ 29.71 31.4 9.2 -
YUV 147.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 176 150 63 0 0.15 0.64 0.31 46.19 0.47 0.47
Hex B0 96 3F 0 F 40 1F 2E 2F 2F
Octal 260 226 77 0 17 100 37 56 57 57
Binary 10110000 10010110 111111 0 1111 1000000 11111 101110 101111 101111

Color Harmonies of #B0963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0963F

Black with #B0963F

Text Example


Text Example

White with #B0963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0963F; }

 p { color: rgb(176,150,63); }

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

background-color css

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

 a { background-color: rgb(176,150,63); }

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

border-color css

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

 span { border-color: rgb(176,150,63); }

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